alistair23-linux/drivers/staging/sbe-2t3e3
Devendra Naga 1cdb9c7c1d staging/sbe-2t3e3: use module_pci_driver macro
the _init and _exit functions do nothing but pci_register_driver,
and pci_unregister_driver,

so replace these and also the module _init and _exit
macros with the module_pci_driver macro.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-11 17:26:02 -07:00
..
2t3e3.h
cpld.c
ctrl.c
ctrl.h
dc.c staging: "sbe-2t3e3" Fix typos in sbe-2t3e3 2012-06-12 10:38:16 -07:00
exar7250.c
exar7300.c
intr.c Staging: sbe-2t3e3: logical || vs bitwise | 2012-02-09 09:51:17 -08:00
io.c staging: "sbe-2t3e3" Fix typos in sbe-2t3e3 2012-06-12 10:38:16 -07:00
Kconfig
main.c
Makefile
maps.c
module.c staging/sbe-2t3e3: use module_pci_driver macro 2012-07-11 17:26:02 -07:00
netdev.c
TODO