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/fdt | |
| parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/fdt_arm_platform.c | 2 | ||||
| -rw-r--r-- | sys/dev/fdt/fdt_common.c | 2 | ||||
| -rw-r--r-- | sys/dev/fdt/fdt_slicer.c | 2 | ||||
| -rw-r--r-- | sys/dev/fdt/simple_mfd.c | 2 | ||||
| -rw-r--r-- | sys/dev/fdt/simplebus.c | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/fdt/fdt_arm_platform.c b/sys/dev/fdt/fdt_arm_platform.c index 0b36a10138bf..2d17c336aac9 100644 --- a/sys/dev/fdt/fdt_arm_platform.c +++ b/sys/dev/fdt/fdt_arm_platform.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/smp.h> diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index d5fa45a5f1c0..168a61a3b8eb 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index ec0b5e036e6d..70cad004b7b6 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/fdt/simple_mfd.c b/sys/dev/fdt/simple_mfd.c index 407f0bf8e09c..888de7756f39 100644 --- a/sys/dev/fdt/simple_mfd.c +++ b/sys/dev/fdt/simple_mfd.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index 25eda77439b7..db357b190d9e 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -27,7 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> |
