ugh, device_t not device_t *

Reported by:	hps
This commit is contained in:
Sean Bruno 2017-01-18 14:23:43 +00:00
parent 70e316da4f
commit 5a9c658286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312383

View File

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