patch-2.3.27 linux/drivers/net/8390.c

Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/82596.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/net/8390.c linux/drivers/net/8390.c
@@ -1089,7 +1089,10 @@
 								int start_page)
 {
 	long e8390_base = dev->base_addr;
+#if defined(CONFIG_MAC) || defined(CONFIG_AMIGA_PCMCIA) || \
+    defined(CONFIG_ARIADNE2) || defined(CONFIG_ARIADNE2_MODULE)
  	struct ei_device *ei_local = (struct ei_device *) dev->priv;
+#endif
    
 	outb_p(E8390_NODMA+E8390_PAGE0, e8390_base+E8390_CMD);
     

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)