From 819833af39a91fa1c1e8252862bbda6f5a602f7b Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Mon, 12 Apr 2010 22:28:08 -0500 Subject: Move architecture-specific includes to arch/$ARCH/include/asm This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser --- include/asm-blackfin/mach-bf537/BF534_cdef.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/asm-blackfin/mach-bf537/BF534_cdef.h (limited to 'include/asm-blackfin/mach-bf537/BF534_cdef.h') diff --git a/include/asm-blackfin/mach-bf537/BF534_cdef.h b/include/asm-blackfin/mach-bf537/BF534_cdef.h deleted file mode 100644 index 27842cc..0000000 --- a/include/asm-blackfin/mach-bf537/BF534_cdef.h +++ /dev/null @@ -1,14 +0,0 @@ -/* DO NOT EDIT THIS FILE - * Automatically generated by generate-cdef-headers.xsl - * DO NOT EDIT THIS FILE - */ - -#ifndef __BFIN_CDEF_ADSP_BF534_proc__ -#define __BFIN_CDEF_ADSP_BF534_proc__ - -#include "../mach-common/ADSP-EDN-core_cdef.h" - -#include "ADSP-EDN-BF534-extended_cdef.h" - - -#endif /* __BFIN_CDEF_ADSP_BF534_proc__ */ -- cgit v1.1