diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-21 04:49:03 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-21 04:49:03 +0900 |
commit | 1aa9c483d1be13831bc4e516ce4848d32ac3e944 (patch) | |
tree | 7243f6844ece22b5bfb1e37a129225b425f3c640 /arch/arm/mach-exynos/platsmp.c | |
parent | 2bb1ad17d66da3549eb4d23e264786a98f9ab17b (diff) |
ARM: EXYNOS: Remove hardware.h file
This is a dummy placeholder file. Delete it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index 8ea02f63fed9..03e5e9f94705 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -26,8 +26,6 @@ #include <asm/smp_scu.h> #include <asm/firmware.h> -#include <mach/hardware.h> - #include <plat/cpu.h> #include "common.h" |