diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:53 -0700 |
commit | f4f1269cb36adfb452c04dcb3d40f51b8a1956bb (patch) | |
tree | f078687fe13c314dabb8c68e1f50f8d99632b500 /include/asm-ppc/ibm4xx.h | |
parent | a3800d8ffa0a91f3047cbfa82e435d483ffc8dd4 (diff) |
[PATCH] ppc32: Remove board support for ASH
Support for the ASH board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc/ibm4xx.h')
-rw-r--r-- | include/asm-ppc/ibm4xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h index e807be96e981..d6852fa9852d 100644 --- a/include/asm-ppc/ibm4xx.h +++ b/include/asm-ppc/ibm4xx.h @@ -19,10 +19,6 @@ #ifdef CONFIG_40x -#if defined(CONFIG_ASH) -#include <platforms/4xx/ash.h> -#endif - #if defined(CONFIG_BUBINGA) #include <platforms/4xx/bubinga.h> #endif |