diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:54 -0700 |
commit | ea08dcfa5439acaf33660e372d44fc049a90b121 (patch) | |
tree | 860427d0839b7501db795cf1065171da0172996b /include/asm-ppc | |
parent | d2d34169cc9834f29dac0b02f95022b1e0b97e52 (diff) | |
download | linux-3.10-ea08dcfa5439acaf33660e372d44fc049a90b121.tar.gz linux-3.10-ea08dcfa5439acaf33660e372d44fc049a90b121.tar.bz2 linux-3.10-ea08dcfa5439acaf33660e372d44fc049a90b121.zip |
[PATCH] ppc32: Remove board support for REDWOOD
Support for the REDWOOD 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')
-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 7900d52d2a1..e992369cb8e 100644 --- a/include/asm-ppc/ibm4xx.h +++ b/include/asm-ppc/ibm4xx.h @@ -31,10 +31,6 @@ #include <platforms/4xx/ep405.h> #endif -#if defined(CONFIG_REDWOOD_4) -#include <platforms/4xx/redwood.h> -#endif - #if defined(CONFIG_REDWOOD_5) #include <platforms/4xx/redwood5.h> #endif |