diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
| commit | 685dc743dc3b5645e34836464128e1c0558b404b (patch) | |
| tree | 39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/dev/firewire | |
| parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwcrom.c | 1 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdma.c | 1 | ||||
| -rw-r--r-- | sys/dev/firewire/fwmem.c | 1 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index cfcc41d60c1c..f1e54d2be7aa 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/conf.h> #include <sys/eventhandler.h> diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index 251173a7e71b..6e588b08a40f 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -36,7 +36,6 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index 27599c41bdf8..8ef644f6c0c0 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -37,7 +37,6 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index f2d947bcc5cd..e2d114f69661 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -37,7 +37,6 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index a66a614921e4..f16ce1e26565 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #define BOUNCE_BUFFER_TEST 0 #include <sys/param.h> |
