Re: [PATCH] acenic: SET_NETDEV_DEV is always there these days

2007-06-13 Thread Jeff Garzik
Geert Uytterhoeven wrote: acenic: SET_NETDEV_DEV is always there these days Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] applied to #upstream - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] acenic: SET_NETDEV_DEV is always there these days

2007-06-06 Thread Geert Uytterhoeven
acenic: SET_NETDEV_DEV is always there these days Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- Disclaimer: not tested at all --- a/drivers/net/acenic.c +++ b/drivers/net/acenic.c @@ -159,10 +159,6 @@ static struct pci_device_id acenic_pci_t }; MODULE_DEVICE_TABLE(pci,

Re: [PATCH] acenic: SET_NETDEV_DEV is always there these days

2007-06-06 Thread Jes Sorensen
Geert == Geert Uytterhoeven [EMAIL PROTECTED] writes: Geert acenic: SET_NETDEV_DEV is always there these days Geert Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Jes Sorensen [EMAIL PROTECTED] Geert --- Disclaimer: not tested at all Geert --- a/drivers/net/acenic.c +++