Merge branch 'master' of ../work into next
[platform/kernel/u-boot.git] / drivers / serial / serial_s3c24x0.c
index c2c72e4..5dd4dd8 100644 (file)
  */
 
 #include <common.h>
-#if defined(CONFIG_S3C2400) || defined(CONFIG_TRAB)
-#include <s3c2400.h>
-#elif defined(CONFIG_S3C2410)
-#include <s3c2410.h>
-#endif
+#include <asm/arch/s3c24x0_cpu.h>
 
 DECLARE_GLOBAL_DATA_PTR;