]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: meilhaus: fix __symbol_get problems
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Thu, 20 Nov 2008 16:16:45 +0000 (21:46 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:29 +0000 (13:52 -0800)
commit18223a99e60787ce41159ed321c8f0a21c328ac1
treee638a96624f6233245c028f043d3792b904976f3
parent3fedd14818592016f7ffd84dfe134881b3896ecf
Staging: meilhaus: fix __symbol_get problems

next-20081120 kernel randconfig on x86_64 box fails, while !CONFIG_MODULES

drivers/staging/meilhaus/memain.c: In function 'me_probe_pci':
drivers/staging/meilhaus/memain.c:425: error: implicit declaration of function '__symbol_get'
drivers/staging/meilhaus/memain.c:425: warning: cast to pointer from integer of different size
drivers/staging/meilhaus/memain.c:433: warning: cast to pointer from integer of different size
drivers/staging/meilhaus/memain.c:453: error: implicit declaration of function '__symbol_put'
make[3]: *** [drivers/staging/meilhaus/memain.o] Error 1

the driver uses __symbol_get and __symbol_put instead of marco's
symbol_get and symbol_put, I have only build tested the patch.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/meilhaus/memain.c