]> git.baikalelectronics.ru Git - kernel.git/commit
riscom8: Auto-load riscom8 module when device opened.
authorScott James Remnant <scott@canonical.com>
Mon, 6 Apr 2009 16:33:26 +0000 (17:33 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 21:36:31 +0000 (14:36 -0700)
commit1a28d7eae40fa50dd58ef05f8dc87c3bdb87d7ef
treec31d5f616a73fc80dbbce9f45ac24fcd4a6747a4
parentef14bb7f5eeddc3a38d56bbf4243a222075187c8
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 <scott@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/riscom8.c