mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change device type to unbreak drm-next testing and builds.
Submitted by: Matt Macy <mmacy@nextbsd.org>
This commit is contained in:
parent
f3e7afe2d7
commit
70e316da4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue