]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/sirf: fix MODULE_DEVICE_TABLE
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 16:30:41 +0000 (18:30 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 23 Apr 2013 18:27:00 +0000 (19:27 +0100)
commit3af4ed70252b172dd5b83ac9222ff38bbac6fdbe
treef9fae85040fef7fda9530712009d3d3002b6420f
parente7e4e13c540657b6db189528a90921df939c5930
spi/sirf: fix MODULE_DEVICE_TABLE

This fixes building the spi-sirf 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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-sirf.c