diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 04:56:20 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 19:45:35 +0100 |
commit | bbd7e5e1e90954761f766400000a8f4c882d1202 (patch) | |
tree | 76e4232cfa14affb83f7af2f78dda7e794efd21e /arch/arm/mach-s3c24xx/simtec-nor.c | |
parent | ARM: S3C24XX: make anubis-cpld, anubis-irq and anubis-map local (diff) | |
download | linux-bbd7e5e1e90954761f766400000a8f4c882d1202.tar.xz linux-bbd7e5e1e90954761f766400000a8f4c882d1202.zip |
ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local
The headers can be local in mach-s3c24xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/simtec-nor.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/simtec-nor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/simtec-nor.c b/arch/arm/mach-s3c24xx/simtec-nor.c index 029744fcaacb..8884bffa619a 100644 --- a/arch/arm/mach-s3c24xx/simtec-nor.c +++ b/arch/arm/mach-s3c24xx/simtec-nor.c @@ -27,9 +27,8 @@ #include <asm/mach/irq.h> #include <mach/map.h> -#include <mach/bast-map.h> -#include <mach/bast-cpld.h> +#include "bast.h" #include "simtec.h" static void simtec_nor_vpp(struct platform_device *pdev, int vpp) |