linux/drivers/staging/vme/devices
Gerard Snitselaar bf3a85be67 staging: vme: fix section mismatches in linux-next 20120314
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>
2012-03-15 14:04:34 -07:00
..
Kconfig Staging: VME: PIO2: Add GPIOLIB dependancy 2011-12-12 16:36:03 -08:00
Makefile Driver for GE PIO2 VME Card 2011-11-26 17:25:38 -08:00
vme_pio2.h staging: vme: fix section mismatches in linux-next 20120314 2012-03-15 14:04:34 -07:00
vme_pio2_cntr.c Driver for GE PIO2 VME Card 2011-11-26 17:25:38 -08:00
vme_pio2_core.c Driver for GE PIO2 VME Card 2011-11-26 17:25:38 -08:00
vme_pio2_gpio.c staging: vme: fix section mismatches in linux-next 20120314 2012-03-15 14:04:34 -07:00
vme_user.c staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX 2011-10-17 15:43:13 -07:00
vme_user.h Staging: VME: Remove typedefs 2011-12-01 10:28:00 -08:00