Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: ab8500-ponkey - Fix module autoload for OF platform driver

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 <luis@debethencourt.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Luis de Bethencourt and committed by
Dmitry Torokhov
e4dbe796 f2bc114b

+1
+1
drivers/input/misc/ab8500-ponkey.c
··· 118 118 { .compatible = "stericsson,ab8500-ponkey", }, 119 119 {} 120 120 }; 121 + MODULE_DEVICE_TABLE(of, ab8500_ponkey_match); 121 122 #endif 122 123 123 124 static struct platform_driver ab8500_ponkey_driver = {