diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-02-22 15:18:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-02-22 16:31:57 +0000 |
| commit | 3e15b01d6914c927e37d1699645783acf286655c (patch) | |
| tree | d64b2d50a7e7d1c3e84a72db790312ed726b5611 /stand/powerpc/ofw | |
| parent | e54bb0ad8058c0f84ceb08b49bb1d22af829a9e8 (diff) | |
Diffstat (limited to 'stand/powerpc/ofw')
| -rw-r--r-- | stand/powerpc/ofw/cas.c | 1 | ||||
| -rw-r--r-- | stand/powerpc/ofw/conf.c | 1 | ||||
| -rw-r--r-- | stand/powerpc/ofw/main.c | 1 | ||||
| -rw-r--r-- | stand/powerpc/ofw/ofwfdt.c | 1 | ||||
| -rw-r--r-- | stand/powerpc/ofw/ppc64_elf_freebsd.c | 1 | ||||
| -rw-r--r-- | stand/powerpc/ofw/start.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/stand/powerpc/ofw/cas.c b/stand/powerpc/ofw/cas.c index 93816fa07cf5..b112aae67d85 100644 --- a/stand/powerpc/ofw/cas.c +++ b/stand/powerpc/ofw/cas.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <openfirm.h> #include <stand.h> diff --git a/stand/powerpc/ofw/conf.c b/stand/powerpc/ofw/conf.c index 4930eea18644..c96048b5a09c 100644 --- a/stand/powerpc/ofw/conf.c +++ b/stand/powerpc/ofw/conf.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stand.h> #include "bootstrap.h" #include "libofw.h" diff --git a/stand/powerpc/ofw/main.c b/stand/powerpc/ofw/main.c index 868d1eea6dce..e86a8275c8eb 100644 --- a/stand/powerpc/ofw/main.c +++ b/stand/powerpc/ofw/main.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/endian.h> #include <stand.h> diff --git a/stand/powerpc/ofw/ofwfdt.c b/stand/powerpc/ofw/ofwfdt.c index 4eccefa3d4c4..eeb5f132a3f2 100644 --- a/stand/powerpc/ofw/ofwfdt.c +++ b/stand/powerpc/ofw/ofwfdt.c @@ -23,7 +23,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stand.h> #include <sys/param.h> #include <fdt_platform.h> diff --git a/stand/powerpc/ofw/ppc64_elf_freebsd.c b/stand/powerpc/ofw/ppc64_elf_freebsd.c index 5d449c79bd36..e0518abe2283 100644 --- a/stand/powerpc/ofw/ppc64_elf_freebsd.c +++ b/stand/powerpc/ofw/ppc64_elf_freebsd.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #define __ELF_WORD_SIZE 64 #include <sys/param.h> diff --git a/stand/powerpc/ofw/start.c b/stand/powerpc/ofw/start.c index e5973e12da84..227fc3bc7fc7 100644 --- a/stand/powerpc/ofw/start.c +++ b/stand/powerpc/ofw/start.c @@ -30,7 +30,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stand.h> #include "libofw.h" |
