summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus_cis.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-07 08:12:40 +0000
committerimp <imp@FreeBSD.org>2002-03-07 08:12:40 +0000
commit955b896bbcf515a09eb75d0fc1b6d859e8c39f8e (patch)
tree422fa32ded07fa51a3d683963acd3ea35bedff81 /sys/dev/cardbus/cardbus_cis.c
parentde68624be2e6b9be491de054971a586780cb16a4 (diff)
downloadFreeBSD-src-955b896bbcf515a09eb75d0fc1b6d859e8c39f8e.zip
FreeBSD-src-955b896bbcf515a09eb75d0fc1b6d859e8c39f8e.tar.gz
Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel
doesn't do that.
Diffstat (limited to 'sys/dev/cardbus/cardbus_cis.c')
-rw-r--r--sys/dev/cardbus/cardbus_cis.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c
index 466a667..7061acc 100644
--- a/sys/dev/cardbus/cardbus_cis.c
+++ b/sys/dev/cardbus/cardbus_cis.c
@@ -52,8 +52,6 @@
#include "card_if.h"
-__FBSDID("$FreeBSD$");
-
extern int cardbus_cis_debug;
#define DPRINTF(a) if (cardbus_cis_debug) printf a
OpenPOWER on IntegriCloud