diff options
author | yongari <yongari@FreeBSD.org> | 2011-12-09 23:37:55 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2011-12-09 23:37:55 +0000 |
commit | 2cd6b25f15ce5651570a553f7c8988f0a6642c9a (patch) | |
tree | d8dd5eebbf789c573b1ba61e867525997882de70 /sys/dev | |
parent | 9029bb4f3b3dcc9ee7c165dafa255c0a1be9dff4 (diff) | |
download | FreeBSD-src-2cd6b25f15ce5651570a553f7c8988f0a6642c9a.zip FreeBSD-src-2cd6b25f15ce5651570a553f7c8988f0a6642c9a.tar.gz |
FreeBSD driver does not require arpcom structure in softc.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/et/if_etvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/et/if_etvar.h b/sys/dev/et/if_etvar.h index 241c7af..e2e30ea 100644 --- a/sys/dev/et/if_etvar.h +++ b/sys/dev/et/if_etvar.h @@ -290,7 +290,6 @@ struct et_softc { struct resource *sc_irq_res; struct resource *sc_mem_res; - struct arpcom arpcom; int sc_if_flags; uint32_t sc_flags; /* ET_FLAG_ */ int sc_expcap; |