aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-10-29 17:28:09 +0000
committerWarner Losh <imp@FreeBSD.org>1999-10-29 17:28:09 +0000
commite653ecce875abfb5b872adbfd099e7b54c5317ee (patch)
treefeb00ae772831525004d568a78c320dbc680547b /sys/dev/pccard
parent3893348e48cdbb123b0c399bcd8ad1be83e415df (diff)
downloadsrc-e653ecce875abfb5b872adbfd099e7b54c5317ee.tar.gz
src-e653ecce875abfb5b872adbfd099e7b54c5317ee.zip
Disable old PCCARD_MODULE code.
This should fix LINT. Prompted by: phk's explicit message about LINT breakage
Notes
Notes: svn path=/head/; revision=52632
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/if_xe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccard/if_xe.c b/sys/dev/pccard/if_xe.c
index 0cf808325125..715ab79191de 100644
--- a/sys/dev/pccard/if_xe.c
+++ b/sys/dev/pccard/if_xe.c
@@ -109,6 +109,8 @@
#if NXE > 0
+#undef NCARD
+#define NCARD 0
#if NCARD > 0
#include <sys/param.h>