mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel
doesn't do that.
This commit is contained in:
parent
b3889b6815
commit
a268f9dbeb
2 changed files with 0 additions and 4 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@
|
|||
|
||||
#include "card_if.h"
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
extern int cardbus_cis_debug;
|
||||
|
||||
#define DPRINTF(a) if (cardbus_cis_debug) printf a
|
||||
|
|
|
|||
Loading…
Reference in a new issue