aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-01-18 13:57:29 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-01-18 13:57:29 +0000
commit70e316da4f9faff163da305cedbab8784e7329d5 (patch)
tree67a4e144284c11a87eaf361cdbdf4eb5fda418c7 /sys/dev/e1000
parentf3e7afe2d7b262ab55ab818445d4dfdb6e0c70a9 (diff)
downloadsrc-70e316da4f9faff163da305cedbab8784e7329d5.tar.gz
src-70e316da4f9faff163da305cedbab8784e7329d5.zip
Change device type to unbreak drm-next testing and builds.
Submitted by: Matt Macy <mmacy@nextbsd.org>
Notes
Notes: svn path=/head/; revision=312380
Diffstat (limited to 'sys/dev/e1000')
-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 d7290fd72455..a1dfc1f5bfa5 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;
- struct device *dev;
+ device_t *dev;
struct cdev *led_dev;
struct em_tx_queue *tx_queues;