diff options
Diffstat (limited to 'cpu/arm920t/s3c24x0/usb.c')
-rw-r--r-- | cpu/arm920t/s3c24x0/usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/arm920t/s3c24x0/usb.c b/cpu/arm920t/s3c24x0/usb.c index b5ba8c4f3a7..5e19cda8fa2 100644 --- a/cpu/arm920t/s3c24x0/usb.c +++ b/cpu/arm920t/s3c24x0/usb.c @@ -27,9 +27,9 @@ # if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) #if defined(CONFIG_S3C2400) -# include <s3c2400.h> +# include <asm/arch/s3c2400.h> #elif defined(CONFIG_S3C2410) -# include <s3c2410.h> +# include <asm/arch/s3c2410.h> #endif #include <asm/io.h> |