Messages in this thread |  | | From | Seiichi Nakashima <> | Date | Wed, 01 May 2002 21:33:20 +0900 | Subject | Re: 2.5.12 compile error ( e100, Alternate Intel driver ) |
| |
Thanks.
I change drivers/net/e100/e100_phy.c at line 876 from void __devexit to void, then I change kernel configuration from eepro100 to e100, compile, and boot up fine.
=====
>On Wed, May 01, 2002 at 08:23:11PM +0900, Seiichi Nakashima wrote: > > > === compile error EtherExpressPro/100 support ( e100, Altrenate Intel driver ) === > > > > io_apic.c:221: warning: `move' defined but not used > > drivers/net/net.o: In function `e100_diag_config_loopback': > > drivers/net/net.o(.text+0x52ff): undefined reference to `e100_phy_reset' > > make: *** [vmlinux] Error 1 > >Remove the __devexit tag from e100_phy_reset()'s definition in >drivers/net/e100/e100_phy.c around line 873 > >I already sent Jeff a patch for this. > >-- >| Dave Jones. http://www.codemonkey.org.uk >| SuSE Labs > >
-------------------------------- Seiichi Nakashima Email nakasima@kumin.ne.jp -------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |