dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/vme
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
..
boards Staging VME: Fix remaining checkpatch.pl errors. 2011-06-28 14:04:53 -07:00
bridges module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
devices staging: vme: fix section mismatches in linux-next 20120314 2012-03-15 14:04:34 -07:00
Kconfig Staging: vme: VMIVME-7805 board support 2010-03-03 16:43:02 -08:00
Makefile Staging: vme: VMIVME-7805 board support 2010-03-03 16:43:02 -08:00
TODO Staging: VME: Update TODO file 2011-11-26 17:23:57 -08:00
vme.c Staging: VME: Remove typedefs 2011-12-01 10:28:00 -08:00
vme.h staging: vme: code convention fix 2012-02-09 09:16:52 -08:00
vme_api.txt Staging: VME: Remove typedefs 2011-12-01 10:28:00 -08:00
vme_bridge.h Staging: VME: Remove typedefs 2011-12-01 10:28:00 -08:00