Don't bogusly depend on pcic. pccard should be enough.

Noticed by: jhay
Forgotten  about for two years by: imp
This commit is contained in:
Warner Losh 2002-08-08 15:52:55 +00:00
parent d4f7b113f1
commit fd78f7e0f3

View File

@ -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 */