alistair23-linux/drivers/staging/sxg
Jean Delvare a970ff45c9 Staging: sxg: Add missing __devexit_p()
The remove function uses __devexit, so the .remove assignment needs
__devexit_p() to fix a build error with hotplug disabled.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:35 -07:00
..
Kconfig
Makefile
README
sxg.c Staging: sxg: Add missing __devexit_p() 2009-06-19 11:00:35 -07:00
sxg.h
sxg_ethtool.c Staging: sxg: replace __FUNCTION__ usages 2009-06-19 11:00:35 -07:00
sxg_os.h
sxgdbg.h
sxghif.h
sxghw.h
sxgphycode-1.2.h

This is the rough cut at a driver for the Alacritech SLIC Technology
Non-Accelerated 10Gbe network driver.

TODO:
	- remove wrappers
	- checkpatch.pl cleanups
	- new functionality that the card needs
	- remove reliance on x86

Please send patches to:
        Greg Kroah-Hartman <gregkh@suse.de>
for any cleanups that you do to this driver.