]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: shmobile: Remove unused headers from hotplug.c
authorMagnus Damm <damm@opensource.se>
Tue, 12 Feb 2013 15:44:48 +0000 (00:44 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 12 Mar 2013 17:13:18 +0000 (02:13 +0900)
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>
arch/arm/mach-shmobile/hotplug.c

index a1524e3367b005ea0ed783ea74cc43a93c922017..efd0b36a4175ddb71e251976500092e6eeaa077a 100644 (file)
 #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;