diff options
Diffstat (limited to 'board/trab/vfd.c')
| -rw-r--r-- | board/trab/vfd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/trab/vfd.c b/board/trab/vfd.c index 8d9a05716..b7eb8cce0 100644 --- a/board/trab/vfd.c +++ b/board/trab/vfd.c @@ -37,7 +37,7 @@  #include <stdarg.h>  #include <linux/types.h>  #include <stdio_dev.h> -#include <asm/arch/s3c2400.h> +#include <asm/arch/s3c24x0_cpu.h>  DECLARE_GLOBAL_DATA_PTR; |