diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:14:35 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:17:13 +0000 |
commit | 7926b5a325f06745a1bed75bfb4ef814d0ae9d99 (patch) | |
tree | 2e85bc19d4a7811788a93e77180d4849d393a18e /arch/arm/mach-s3c2440/mach-at2440evb.c | |
parent | e2cd00cfebd9a25e0e09712b0116ef18edc2cd98 (diff) | |
download | kernel_samsung_smdk4412-7926b5a325f06745a1bed75bfb4ef814d0ae9d99.zip kernel_samsung_smdk4412-7926b5a325f06745a1bed75bfb4ef814d0ae9d99.tar.gz kernel_samsung_smdk4412-7926b5a325f06745a1bed75bfb4ef814d0ae9d99.tar.bz2 |
[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat
Move nand headers to arch/arm/plat-s3c/include/plat
ready to clean out the old include directories.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-at2440evb.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-at2440evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-at2440evb.c b/arch/arm/mach-s3c2440/mach-at2440evb.c index 66876c6..07b42a0 100644 --- a/arch/arm/mach-s3c2440/mach-at2440evb.c +++ b/arch/arm/mach-s3c2440/mach-at2440evb.c @@ -35,7 +35,7 @@ #include <mach/regs-gpio.h> #include <mach/regs-mem.h> #include <mach/regs-lcd.h> -#include <asm/plat-s3c/nand.h> +#include <plat/nand.h> #include <linux/mtd/mtd.h> #include <linux/mtd/nand.h> |