aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-02-13 00:44:48 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-03-13 02:13:18 +0900
commit34e12121f9f46dbeda1017cac4615c96ffe16c6d (patch)
tree3b75b650c1b1fae25f19f30875f098baf06ea2b2 /arch/arm/mach-shmobile
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff)
ARM: shmobile: Remove unused headers from hotplug.c
This file has no SoC-specific references in it, and fortunately it is still independent of OF so there is no real reason to drag in these headers. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/hotplug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/hotplug.c b/arch/arm/mach-shmobile/hotplug.c
index a1524e3367b..efd0b36a417 100644
--- a/arch/arm/mach-shmobile/hotplug.c
+++ b/arch/arm/mach-shmobile/hotplug.c
@@ -14,12 +14,8 @@
#include <linux/smp.h>
#include <linux/cpumask.h>
#include <linux/delay.h>
-#include <linux/of.h>
#include <mach/common.h>
-#include <mach/r8a7779.h>
-#include <mach/emev2.h>
#include <asm/cacheflush.h>
-#include <asm/mach-types.h>
static cpumask_t dead_cpus;