diff options
Diffstat (limited to 'sys/dev/an/if_an_pccard.c')
-rw-r--r-- | sys/dev/an/if_an_pccard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index bdd40f3..e9485ea 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -141,8 +141,6 @@ an_pccard_attach(device_t dev) an_alloc_irq(dev, sc->irq_rid, 0); - sc->an_dev = dev; - error = an_attach(sc, flags); if (error) goto fail; |