]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial.c
4xx_enet.c: fix GCC 4.6 build warnings
[u-boot] / drivers / serial / serial.c
index 0d56e78c50b3ad63d8e6264f145d2c9644a53b55..0d6ad6283ace04ff723afafc1bb1908cc9d4d310 100644 (file)
 #ifdef CONFIG_NS87308
 #include <ns87308.h>
 #endif
-#ifdef CONFIG_KIRKWOOD
-#include <asm/arch/kirkwood.h>
-#elif defined(CONFIG_ORION5X)
-#include <asm/arch/orion5x.h>
-#elif defined(CONFIG_ARMADA100)
-#include <asm/arch/armada100.h>
-#elif defined(CONFIG_PANTHEON)
-#include <asm/arch/pantheon.h>
-#endif
 
 #if defined (CONFIG_SERIAL_MULTI)
 #include <serial.h>