]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vme: fix section mismatches in linux-next 20120314
authorGerard Snitselaar <dev@snitselaar.org>
Thu, 15 Mar 2012 08:50:39 +0000 (01:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 17:31:33 +0000 (10:31 -0700)
commitefc73b799002f9e3686f614c6cbdfaa64b3a59df
tree11595a637a86931b6ee4c46c46bcdbd1eec89a72
parent002f07da0d6005aa62c48b41ef05ad439aded029
staging: vme: fix section mismatches in linux-next 20120314

commit bf3a85be67068a0f55804349e6e1dce80008c45c upstream.

pio2_gpio_init() annotated with __init, but called by pio2_probe()
which is annotated __devinit. pio2_gpio_exit() is annotated __exit,
but is called by pio2_probe() and by pio2_remove() which is annotated
__devexit.

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme/devices/vme_pio2.h
drivers/staging/vme/devices/vme_pio2_gpio.c