From: Luis de Bethencourt <hidden> Date: 2015-08-29 10:45:43
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <redacted>
---
Moving the MODULE_DEVICE_TABLE into the CONFIG_OF #ifdef block.
As suggested by Dmitry Torokhov.
Thanks,
Luis
drivers/input/misc/pwm-beeper.c | 1 +
1 file changed, 1 insertion(+)
On Sat, Aug 29, 2015 at 12:45:38PM +0200, Luis de Bethencourt wrote:
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <redacted>
Applied, thank you.
quoted hunk
---
Moving the MODULE_DEVICE_TABLE into the CONFIG_OF #ifdef block.
As suggested by Dmitry Torokhov.
Thanks,
Luis
drivers/input/misc/pwm-beeper.c | 1 +
1 file changed, 1 insertion(+)