diff --git a/arch/arm/include/asm/barebox.h b/arch/arm/include/asm/barebox.h deleted file mode 100644 index c1b5643..0000000 --- a/arch/arm/include/asm/barebox.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _BAREBOX_H_ -#define _BAREBOX_H_ 1 - -#endif /* _BAREBOX_H_ */ diff --git a/arch/blackfin/include/asm/barebox.h b/arch/blackfin/include/asm/barebox.h deleted file mode 100644 index 4b18982..0000000 --- a/arch/blackfin/include/asm/barebox.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (c) 2005 blackfin.uclinux.org - * - * (C) Copyright 2000-2004 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ - -#ifndef _BAREBOX_H_ -#define _BAREBOX_H_ 1 - -#endif /* _BAREBOX_H_ */ diff --git a/arch/mips/include/asm/barebox.h b/arch/mips/include/asm/barebox.h deleted file mode 100644 index 4c68e3f..0000000 --- a/arch/mips/include/asm/barebox.h +++ /dev/null @@ -1,6 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#ifndef _ASM_MIPS_BAREBOX_H_ -#define _ASM_MIPS_BAREBOX_H_ - -#endif /* _ASM_MIPS_BAREBOX_H_ */ diff --git a/arch/nios2/include/asm/barebox.h b/arch/nios2/include/asm/barebox.h deleted file mode 100644 index 9dd1df8..0000000 --- a/arch/nios2/include/asm/barebox.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _ASM_BAREBOX_H_ -#define _ASM_BAREBOX_H_ - -#endif /* _ASM_BAREBOX_H_ */ diff --git a/arch/openrisc/include/asm/barebox.h b/arch/openrisc/include/asm/barebox.h deleted file mode 100644 index 9dd1df8..0000000 --- a/arch/openrisc/include/asm/barebox.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _ASM_BAREBOX_H_ -#define _ASM_BAREBOX_H_ - -#endif /* _ASM_BAREBOX_H_ */ diff --git a/arch/ppc/include/asm/barebox.h b/arch/ppc/include/asm/barebox.h deleted file mode 100644 index 0c608b3..0000000 --- a/arch/ppc/include/asm/barebox.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * (C) Copyright 2000 - 2002 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * - ******************************************************************** - * NOTE: This header file defines an interface to barebox. Including - * this (unmodified) header file in another file is considered normal - * use of barebox, and does *not* fall under the heading of "derived - * work". - ******************************************************************** - */ - -#ifndef __BAREBOX_H__ -#define __BAREBOX_H__ - -#endif /* __BAREBOX_H__ */ diff --git a/arch/ppc/include/asm/common.h b/arch/ppc/include/asm/common.h index 045817b..b91f51e 100644 --- a/arch/ppc/include/asm/common.h +++ b/arch/ppc/include/asm/common.h @@ -1,8 +1,6 @@ #ifndef __ASM_COMMON_H #define __ASM_COMMON_H -#include - extern unsigned long _text_base; unsigned long long get_ticks(void); diff --git a/arch/riscv/include/asm/barebox.h b/arch/riscv/include/asm/barebox.h deleted file mode 100644 index 2997587..0000000 --- a/arch/riscv/include/asm/barebox.h +++ /dev/null @@ -1 +0,0 @@ -/* dummy */ diff --git a/arch/sandbox/include/asm/barebox.h b/arch/sandbox/include/asm/barebox.h deleted file mode 100644 index 2997587..0000000 --- a/arch/sandbox/include/asm/barebox.h +++ /dev/null @@ -1 +0,0 @@ -/* dummy */ diff --git a/arch/x86/include/asm/barebox.h b/arch/x86/include/asm/barebox.h deleted file mode 100644 index 473edb5..0000000 --- a/arch/x86/include/asm/barebox.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (C) 2009 Juergen Beisert, Pengutronix - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * - */ - -/* nothing special yet */ diff --git a/include/abort.h b/include/abort.h index 3eb7986..89ee549 100644 --- a/include/abort.h +++ b/include/abort.h @@ -1,8 +1,6 @@ #ifndef __ABORT_H #define __ABORT_H -#include - #if defined CONFIG_ARCH_HAS_DATA_ABORT_MASK && !defined __PBL__ /* diff --git a/include/common.h b/include/common.h index ebb2ece..6563068 100644 --- a/include/common.h +++ b/include/common.h @@ -51,8 +51,6 @@ #error "None of __LITTLE_ENDIAN and __BIG_ENDIAN are defined" #endif -#include /* boot information for Linux kernel */ - /* * Function Prototypes */