]> git.baikalelectronics.ru Git - kernel.git/commit
tty/serial/sirf: fix MODULE_DEVICE_TABLE
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 16:30:49 +0000 (18:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Apr 2013 17:43:18 +0000 (10:43 -0700)
commit0bb17c9ce607e878129faba43b318ab9c4b647d9
tree4c8365fe99d97c3c5e84ca6df214bc001ea38a4e
parentfed7222ddd8752ae21ece3b8a20da6fdf5626bbd
tty/serial/sirf: fix MODULE_DEVICE_TABLE

This fixes building the sirfsorc-uart driver as a loadable module,
which uses an incorrect MODULE_DEVICE_TABLE, by changing the reference to the
correct symbol.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sirfsoc_uart.c