linux/drivers/net/fs_enet
Rusty Russell 8d3b33f67f [PATCH] Remove MODULE_PARM
MODULE_PARM was actually breaking: recent gcc version optimize them out as
unused.  It's time to replace the last users, which are generally in the
most unloved drivers anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-25 08:22:52 -08:00
..
Kconfig Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00
Makefile Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00
fs_enet-main.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
fs_enet-mii.c Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00
fs_enet.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
mac-fcc.c [PATCH] handle errors returned by platform_get_irq*() 2006-03-20 13:42:57 -08:00
mac-fec.c [PATCH] handle errors returned by platform_get_irq*() 2006-03-20 13:42:57 -08:00
mac-scc.c [PATCH] handle errors returned by platform_get_irq*() 2006-03-20 13:42:57 -08:00
mii-bitbang.c Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00
mii-fixed.c Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00