aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-08-15 05:39:58 +0000
committerWarner Losh <imp@FreeBSD.org>2001-08-15 05:39:58 +0000
commitcce0210e49cd84f327aa718ef118b771daae013f (patch)
treeaf62ab06c3bc68da93ce6ec5c146964c11a7e290
parent59b9ef51d2257ab3913513df40d9564f0a90466f (diff)
Notes
-rw-r--r--sys/pccard/pccard_nbk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index cb4d33f7ef32a..982455e404c83 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -424,5 +424,4 @@ static driver_t pccard_driver = {
DRIVER_MODULE(pccard, pcic, pccard_driver, pccard_devclass, 0, 0);
DRIVER_MODULE(pccard, mecia, pccard_driver, pccard_devclass, 0, 0);
-DRIVER_MODULE(pccard, tcic, pccard_driver, pccard_devclass, 0, 0);
MODULE_VERSION(pccard, 1);