From: Magnus Damm Date: Tue, 12 Feb 2013 15:44:48 +0000 (+0900) Subject: ARM: shmobile: Remove unused headers from hotplug.c X-Git-Tag: next-20130220~14^2^2~6^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=58a2bd8e36cd04db7d1da3ca9c1deb229e369c65;p=karo-tx-linux.git 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 Signed-off-by: Simon Horman --- 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 #include #include -#include #include -#include -#include #include -#include static cpumask_t dead_cpus;