aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-01-18 14:23:43 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-01-18 14:23:43 +0000
commit5a9c658286769ddae04bc6508f677db40a56a70c (patch)
treedf41bbf3aef21ee3a6672526ba9d2371cf2bb3b7
parent70e316da4f9faff163da305cedbab8784e7329d5 (diff)
downloadsrc-5a9c658286769ddae04bc6508f677db40a56a70c.tar.gz
src-5a9c658286769ddae04bc6508f677db40a56a70c.zip
ugh, device_t not device_t *
Reported by: hps
Notes
Notes: svn path=/head/; revision=312383
-rw-r--r--sys/dev/e1000/if_em.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h
index a1dfc1f5bfa5..cf9d13cbf3e0 100644
--- a/sys/dev/e1000/if_em.h
+++ b/sys/dev/e1000/if_em.h
@@ -436,7 +436,7 @@ struct adapter {
#define intr_type shared->isc_intr
/* FreeBSD operating-system-specific structures. */
struct e1000_osdep osdep;
- device_t *dev;
+ device_t dev;
struct cdev *led_dev;
struct em_tx_queue *tx_queues;