diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-07 23:09:51 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-07 23:09:51 +0100 |
commit | d5120ae72a066b18f98e0c45ce73262f58030851 (patch) | |
tree | 5e00e7d04a560f720bd4ebc8acba2ffcc8de7b7c /arch/arm/mach-s3c2410/mach-otom.c | |
parent | a2b7ba9ca471438c2bb0c3bdf0ff2ed7fdce3d2f (diff) | |
download | kernel_samsung_espresso10-d5120ae72a066b18f98e0c45ce73262f58030851.zip kernel_samsung_espresso10-d5120ae72a066b18f98e0c45ce73262f58030851.tar.gz kernel_samsung_espresso10-d5120ae72a066b18f98e0c45ce73262f58030851.tar.bz2 |
[ARM] S3C24XX: Additional include moves
Continue moving the include files into arch/arm
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-otom.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-otom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c index d49dbb0..3a32e16 100644 --- a/arch/arm/mach-s3c2410/mach-otom.c +++ b/arch/arm/mach-s3c2410/mach-otom.c @@ -33,7 +33,7 @@ #include <mach/regs-gpio.h> #include <plat/s3c2410.h> -#include <asm/plat-s3c24xx/clock.h> +#include <plat/clock.h> #include <plat/devs.h> #include <plat/cpu.h> |