diff options
Diffstat (limited to 'linux/src')
-rw-r--r-- | linux/src/drivers/net/at1700.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/src/drivers/net/at1700.c b/linux/src/drivers/net/at1700.c index 953c188..9e42ab4 100644 --- a/linux/src/drivers/net/at1700.c +++ b/linux/src/drivers/net/at1700.c @@ -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; |