Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel

doesn't do that.
This commit is contained in:
Warner Losh 2002-03-07 08:12:40 +00:00
parent b3889b6815
commit a268f9dbeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91788
2 changed files with 0 additions and 4 deletions

View File

@ -60,8 +60,6 @@
#include "card_if.h"
#include "pcib_if.h"
__FBSDID("$FreeBSD$");
/* sysctl vars */
SYSCTL_NODE(_hw, OID_AUTO, cardbus, CTLFLAG_RD, 0, "CardBus parameters");

View File

@ -52,8 +52,6 @@
#include "card_if.h"
__FBSDID("$FreeBSD$");
extern int cardbus_cis_debug;
#define DPRINTF(a) if (cardbus_cis_debug) printf a