diff options
author | imp <imp@FreeBSD.org> | 2002-08-08 15:52:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-08-08 15:52:55 +0000 |
commit | d0d5298f030367cadef32cbd97135d2b9d693e70 (patch) | |
tree | f6361174c0de700f681fa900cc9cf008709ac08c /sys | |
parent | c7c1aa8abb808ace8ae12ace7f3d896121fa6f61 (diff) | |
download | FreeBSD-src-d0d5298f030367cadef32cbd97135d2b9d693e70.zip FreeBSD-src-d0d5298f030367cadef32cbd97135d2b9d693e70.tar.gz |
Don't bogusly depend on pcic. pccard should be enough.
Noticed by: jhay
Forgotten about for two years by: imp
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 24e4d42..038dbc3 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -127,4 +127,3 @@ extern devclass_t sn_devclass; DRIVER_MODULE(if_sn, pccard, sn_pccard_driver, sn_devclass, 0, 0); MODULE_DEPEND(if_sn, pccard, 1, 1, 1); -MODULE_DEPEND(if_sn, pcic, 1, 1, 1); /* XXX */ |