aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-07-13 14:54:40 +0000
committerWarner Losh <imp@FreeBSD.org>2005-07-13 14:54:40 +0000
commit083dc134a1fa75b112268555d1c2963226f118fd (patch)
tree30905b4247b1da599de69be2ab68643fa197c794 /sys/dev
parent1c0d576c1f852f5bb60fa99406fda11774cddc62 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ep/if_epvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h
index 3c3fc62c621ae..9480bdfe811f3 100644
--- a/sys/dev/ep/if_epvar.h
+++ b/sys/dev/ep/if_epvar.h
@@ -35,7 +35,6 @@ struct ep_board {
struct ep_softc {
struct ifnet *ifp;
struct ifmedia ifmedia; /* media info */
-
device_t dev;
struct mtx sc_mtx;