diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:54 -0700 |
commit | 37330c9146767fd4f5eb147b01cb500eabf773cf (patch) | |
tree | 24c39b09fe8d1394a952672ffea09b3a43c6950d /include | |
parent | 6db789b6a3a9ee41b22de3980748af85f7dbe416 (diff) | |
download | op-kernel-dev-37330c9146767fd4f5eb147b01cb500eabf773cf.zip op-kernel-dev-37330c9146767fd4f5eb147b01cb500eabf773cf.tar.gz |
[PATCH] ppc32: Remove board support for OAK
Support for the OAK 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')
-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 d6852fa..7900d52 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_OAK) -#include <platforms/4xx/oak.h> -#endif - #if defined(CONFIG_REDWOOD_4) #include <platforms/4xx/redwood.h> #endif |