diff options
Diffstat (limited to 'sys/dev/sn/if_snvar.h')
-rw-r--r-- | sys/dev/sn/if_snvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index e7a5b4b..ecab2d3 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -43,10 +43,9 @@ struct sn_softc { int irq_rid; struct resource *port_res; int port_rid; - int pccard_enaddr; /* MAC address in pccard CIS tupple */ }; -int sn_probe(device_t, int); +int sn_probe(device_t); int sn_attach(device_t); int sn_detach(device_t); void sn_intr(void *); |