wbsd: fix section mismatch warnings
authorGabriel C <nix.or.die@googlemail.com>
Thu, 2 Aug 2007 18:20:44 +0000 (20:20 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Thu, 9 Aug 2007 12:37:10 +0000 (14:37 +0200)
commitb3627bb19f8f0ca12136d985d4d73c437cba0e14
tree2152ae323943287f909b58755f907d8fbc4c9689
parent4a2a4df7b6db25df8f3d5cc6dd0b096119359d92
wbsd: fix section mismatch warnings

This patch fixes the following section mismatch warnings

...

WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_probe')
WARNING: vmlinux.o(.init.text+0x29d49): Section mismatch: reference to .exit.text:wbsd_free_mmc (between 'wbsd_init' and 'wbsd_probe')
WARNING: vmlinux.o(.init.text+0x29f28): Section mismatch: reference to .exit.text:wbsd_free_mmc (between 'wbsd_init' and 'wbsd_probe')

...

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/wbsd.c