From: Scott James Remnant Date: Mon, 6 Apr 2009 16:33:11 +0000 (+0100) Subject: specialix: Auto-load specialix module when device opened. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5350d3ba3d4cee899fa0b95fc0d30202ac8073e7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git specialix: Auto-load specialix module when device opened. The specialix module is missing the char-major-75-* alias that would cause it to be auto-loaded when a device of that type is opened. This patch adds the alias. Signed-off-by: Scott James Remnant Signed-off-by: Tim Gardner Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/specialix.c b/drivers/char/specialix.c index 3c67c3d83de9..e72be4190a44 100644 --- a/drivers/char/specialix.c +++ b/drivers/char/specialix.c @@ -2365,3 +2365,4 @@ module_init(specialix_init_module); module_exit(specialix_exit_module); MODULE_LICENSE("GPL"); +MODULE_ALIAS_CHARDEV_MAJOR(SPECIALIX_NORMAL_MAJOR);