aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/de4x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tulip/de4x5.c')
-rw-r--r--drivers/net/tulip/de4x5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tulip/de4x5.c b/drivers/net/tulip/de4x5.c
index 09902891a6e6..ba7f47c2dcff 100644
--- a/drivers/net/tulip/de4x5.c
+++ b/drivers/net/tulip/de4x5.c
@@ -1261,7 +1261,6 @@ de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev)
1261 } 1261 }
1262 1262
1263 /* The DE4X5-specific entries in the device structure. */ 1263 /* The DE4X5-specific entries in the device structure. */
1264 SET_MODULE_OWNER(dev);
1265 SET_NETDEV_DEV(dev, gendev); 1264 SET_NETDEV_DEV(dev, gendev);
1266 dev->open = &de4x5_open; 1265 dev->open = &de4x5_open;
1267 dev->hard_start_xmit = &de4x5_queue_pkt; 1266 dev->hard_start_xmit = &de4x5_queue_pkt;