mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused member variable of softc.
This commit is contained in:
parent
5f8249ee7e
commit
dd77a0532b
1 changed files with 0 additions and 1 deletions
|
|
@ -181,7 +181,6 @@ struct vge_softc {
|
|||
struct resource *vge_irq;
|
||||
void *vge_intrhand;
|
||||
device_t vge_miibus;
|
||||
uint8_t vge_type;
|
||||
int vge_if_flags;
|
||||
int vge_phyaddr;
|
||||
int vge_flags;
|
||||
|
|
|
|||
Loading…
Reference in a new issue