From: Luis de Bethencourt <hidden> Date: 2015-08-29 10:50:59
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 for the review Dmitry,
Luis
drivers/input/touchscreen/mms114.c | 1 +
1 file changed, 1 insertion(+)
On Sat, Aug 29, 2015 at 12:50:55PM +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>
Already have this one as well.
quoted hunk
---
Moving the MODULE_DEVICE_TABLE into the CONFIG_OF #ifdef block.
As suggested by Dmitry Torokhov.
Thanks for the review Dmitry,
Luis
drivers/input/touchscreen/mms114.c | 1 +
1 file changed, 1 insertion(+)