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-Tag: firefly_0821_release~14736 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5350d3ba3d4cee899fa0b95fc0d30202ac8073e7;p=firefly-linux-kernel-4.4.55.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);