From c7a0a4c076688215296e3c98eef2ef3e95aeccd2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 8 May 2004 06:06:13 +0000 Subject: We don't need the dependency on the pccard module here. --- sys/dev/cs/if_cs_pccard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 499cf8fd8339..7a8c1ee2bac7 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -125,5 +125,4 @@ static driver_t cs_pccard_driver = { extern devclass_t cs_devclass; DRIVER_MODULE(cs, pccard, cs_pccard_driver, cs_devclass, 0, 0); -MODULE_DEPEND(cs, pccard, 1, 1, 1); MODULE_DEPEND(cs, ether, 1, 1, 1); -- cgit v1.3