summaryrefslogtreecommitdiff
path: root/sys/dev/sdio
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
commit685dc743dc3b5645e34836464128e1c0558b404b (patch)
tree39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/dev/sdio
parente5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff)
Diffstat (limited to 'sys/dev/sdio')
-rw-r--r--sys/dev/sdio/sdio_subr.c2
-rw-r--r--sys/dev/sdio/sdiob.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/sdio/sdio_subr.c b/sys/dev/sdio/sdio_subr.c
index 50b741ff2a27..2e2475420b79 100644
--- a/sys/dev/sdio/sdio_subr.c
+++ b/sys/dev/sdio/sdio_subr.c
@@ -55,8 +55,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/kernel.h>
diff --git a/sys/dev/sdio/sdiob.c b/sys/dev/sdio/sdiob.c
index abe3a2d50ebb..e60e8759599f 100644
--- a/sys/dev/sdio/sdiob.c
+++ b/sys/dev/sdio/sdiob.c
@@ -63,8 +63,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "opt_cam.h"
#include <sys/param.h>