From: Scott James Remnant Date: Mon, 6 Apr 2009 16:33:26 +0000 (+0100) Subject: riscom8: Auto-load riscom8 module when device opened. X-Git-Tag: firefly_0821_release~14734 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c9f5806836a9079d6c2d38d567d5f0662863bf4;p=firefly-linux-kernel-4.4.55.git riscom8: Auto-load riscom8 module when device opened. The riscom8 module is missing the char-major-48-* 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/riscom8.c b/drivers/char/riscom8.c index 9af8d74875bc..217660451237 100644 --- a/drivers/char/riscom8.c +++ b/drivers/char/riscom8.c @@ -48,6 +48,7 @@ #include #include #include +#include #include @@ -1524,6 +1525,7 @@ module_param(iobase2, int, 0); module_param(iobase3, int, 0); MODULE_LICENSE("GPL"); +MODULE_ALIAS_CHARDEV_MAJOR(RISCOM8_NORMAL_MAJOR); #endif /* MODULE */ /*