spi/davinci: fix module build error
authorManjunathappa, Prakash <prakash.pm@ti.com>
Mon, 25 Feb 2013 10:44:07 +0000 (16:14 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 7 Apr 2013 09:12:21 +0000 (10:12 +0100)
commit0d2d0cc5216db678070efc911ef47f4cb53b4aad
tree11ad54ecccfcd7643e0ed3654f16deff326dc93c
parent8ec5d84ef51cc64ed02bb9bf0e43a652178252c1
spi/davinci: fix module build error

Fix below module build error:

  CC [M]  drivers/spi/spi-davinci.o
drivers/spi/spi-davinci.c:774:1: error: '__mod_of_device_table' aliased
to undefined symbol 'davini_spi_of_match'
drivers/spi/spi-davinci.c:774:1: error: '__mod_of_device_table' aliased
to undefined symbol 'davini_spi_of_match'
make[2]: *** [drivers/spi/spi-davinci.o] Error 1
make[1]: *** [drivers/spi] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [drivers] Error 2

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-davinci.c