diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-20 20:48:59 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-20 20:48:59 +0100 |
commit | 2bb1ad17d66da3549eb4d23e264786a98f9ab17b (patch) | |
tree | 1353ed00571b54339ad07f26b4a9ce10b9b932b0 /arch/arm/plat-samsung/devs.c | |
parent | ARM: S3C24XX: Remove invalid code from hardware.h (diff) | |
download | linux-2bb1ad17d66da3549eb4d23e264786a98f9ab17b.tar.xz linux-2bb1ad17d66da3549eb4d23e264786a98f9ab17b.zip |
ARM: SAMSUNG: Remove hardware.h inclusion
The contents of this header file are not referenced anywhere in the
included .c files except in devs.c. Remove its inclusion. For devs.c,
explicitly include sizes.h header for SZ_* macros.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/devs.c')
-rw-r--r-- | arch/arm/plat-samsung/devs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index c64a39ac1b04..ead4f1c94058 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c @@ -31,6 +31,7 @@ #include <linux/mtd/partitions.h> #include <linux/mmc/host.h> #include <linux/ioport.h> +#include <linux/sizes.h> #include <linux/platform_data/s3c-hsudc.h> #include <linux/platform_data/s3c-hsotg.h> #include <linux/platform_data/dma-s3c24xx.h> @@ -42,7 +43,6 @@ #include <asm/mach/map.h> #include <asm/mach/irq.h> -#include <mach/hardware.h> #include <mach/dma.h> #include <mach/irqs.h> #include <mach/map.h> |