diff options
author | Magnus Damm <damm@opensource.se> | 2013-02-13 00:44:48 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-13 02:13:18 +0900 |
commit | 34e12121f9f46dbeda1017cac4615c96ffe16c6d (patch) | |
tree | 3b75b650c1b1fae25f19f30875f098baf06ea2b2 /arch/arm | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) | |
download | talos-op-linux-34e12121f9f46dbeda1017cac4615c96ffe16c6d.tar.gz talos-op-linux-34e12121f9f46dbeda1017cac4615c96ffe16c6d.zip |
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')
-rw-r--r-- | arch/arm/mach-shmobile/hotplug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/hotplug.c b/arch/arm/mach-shmobile/hotplug.c index a1524e3367b0..efd0b36a4175 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; |