diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 16:38:03 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 16:38:03 +0100 |
commit | f08abe311b41633b550520de50d4c0ff1fbf2800 (patch) | |
tree | 8a07dbcd9309dedfc7d8e7328b453f09ec325f43 /include/asm-m68k | |
parent | aa7cfc463ae760be321fbe78eeb9b936e3dde5d8 (diff) | |
download | u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.zip u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.gz u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.bz2 |
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/u-boot.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-m68k/u-boot.h b/include/asm-m68k/u-boot.h index 3a21fd2..7a6a8c1 100644 --- a/include/asm-m68k/u-boot.h +++ b/include/asm-m68k/u-boot.h @@ -16,6 +16,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA + * + ******************************************************************** + * NOTE: This header file defines an interface to U-Boot. Including + * this (unmodified) header file in another file is considered normal + * use of U-Boot, and does *not* fall under the heading of "derived + * work". + ******************************************************************** */ #ifndef __U_BOOT_H__ @@ -28,7 +35,6 @@ */ #ifndef __ASSEMBLY__ -#include <linux/types.h> typedef struct bd_info { unsigned long bi_memstart; /* start of DRAM memory */ |