aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
committerMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
commit866a788cc2d433216235cd8ab56b2c052b0b2aa6 (patch)
tree00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/hme
parentc94dd84382c404921b50d6235c0f7758991c5cad (diff)
Notes
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index 196ad14801823..46cc6d6ba9640 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -274,7 +274,6 @@ hme_config(struct hme_softc *sc)
ifp->if_start = hme_start;
ifp->if_ioctl = hme_ioctl;
ifp->if_init = hme_init;
- ifp->if_output = ether_output;
ifp->if_watchdog = hme_watchdog;
ifp->if_snd.ifq_maxlen = HME_NTXQ;