]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
spi_s3c24xx: fix section warning
authorBen Dooks <ben-linux@fluff.org>
Sat, 13 Sep 2008 09:33:24 +0000 (02:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Sep 2008 21:41:52 +0000 (14:41 -0700)
commit42cde4309b8f2671610be049352df2f8716e8809
tree13713125a96aa097caa5ba533139a86137eeb631
parent3aa04f1b07352be89960bddca4db0d5d8c09510c
spi_s3c24xx: fix section warning

Fix the section mismatch warning generated by the incorrect naming of
s3c24xx_spidrv which should be s3c24xx_spi_driver:

WARNING: drivers/spi/spi_s3c24xx.o(.data+0x4):
  Section mismatch in reference from the variable s3c24xx_spidrv
  to the (unknown reference) .exit.text:(unknown)

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/spi_s3c24xx.c