--- Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:41:40 1.1 +++ Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:46:43 1.1.1.2 @@ -595,7 +595,9 @@ net_rx(struct device *dev) /* The inverse routine to net_open(). */ static int net_close(struct device *dev) { +#if 0 struct net_local *lp = (struct net_local *)dev->priv; +#endif int ioaddr = dev->base_addr; dev->tbusy = 1;