diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-08 06:04:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-08 06:04:06 +0000 |
| commit | fbfb97942e88a6800df9574ff8da019fee368aa8 (patch) | |
| tree | b3f4a0f662a3d637806bdfeeebd427c2b855fb90 /sys/dev/snc | |
| parent | e5728f83a05974ccad715b9cc7fdf996c5531c82 (diff) | |
Notes
Diffstat (limited to 'sys/dev/snc')
| -rw-r--r-- | sys/dev/snc/if_snc_pccard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c index 0b591200b51d..1478d26bd307 100644 --- a/sys/dev/snc/if_snc_pccard.c +++ b/sys/dev/snc/if_snc_pccard.c @@ -80,7 +80,6 @@ static driver_t snc_pccard_driver = { DRIVER_MODULE(snc, pccard, snc_pccard_driver, snc_devclass, 0, 0); MODULE_DEPEND(snc, ether, 1, 1, 1); -MODULE_DEPEND(snc, pccard, 1, 1, 1); /* * snc_pccard_detach - unload the driver and clear the table. |
