Change device type to unbreak drm-next testing and builds.

Submitted by:	Matt Macy <mmacy@nextbsd.org>
This commit is contained in:
Sean Bruno 2017-01-18 13:57:29 +00:00
parent f3e7afe2d7
commit 70e316da4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312380

View File

@ -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;