diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-04-28 05:50:02 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-30 11:02:04 +1000 |
commit | 8c38fc2b7429b26105fe244890c8d5ab3043f099 (patch) | |
tree | f06a18bfd829b25b78e002216053c2f0be0011a5 /include/asm-ppc | |
parent | d26cd57071b4358bcf3a9140a90b38514c7f345e (diff) | |
download | linux-3.10-8c38fc2b7429b26105fe244890c8d5ab3043f099.tar.gz linux-3.10-8c38fc2b7429b26105fe244890c8d5ab3043f099.tar.bz2 linux-3.10-8c38fc2b7429b26105fe244890c8d5ab3043f099.zip |
[POWERPC] Stop using ppc_sys for Xilinx Virtex boards
The arch/ppc/syslib/ppc_sys.c infrastructure does not work well for the
virtex ports. Move the ml300 and ml403 board ports over to use the new
virtex_devices infrastructure.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/ppc_sys.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/ppc_sys.h b/include/asm-ppc/ppc_sys.h index 40f197af650..de99e92d627 100644 --- a/include/asm-ppc/ppc_sys.h +++ b/include/asm-ppc/ppc_sys.h @@ -33,8 +33,6 @@ #include <asm/mpc52xx.h> #elif defined(CONFIG_MPC10X_BRIDGE) #include <asm/mpc10x.h> -#elif defined(CONFIG_XILINX_VIRTEX) -#include <platforms/4xx/virtex.h> #else #error "need definition of ppc_sys_devices" #endif |