diff options
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 0466a145b500..b45086666648 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/smp.h> | 22 | #include <linux/smp.h> |
23 | 23 | ||
24 | #include <soc/tegra/fuse.h> | 24 | #include <soc/tegra/fuse.h> |
25 | #include <soc/tegra/pmc.h> | ||
25 | 26 | ||
26 | #include <asm/cacheflush.h> | 27 | #include <asm/cacheflush.h> |
27 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
@@ -31,7 +32,6 @@ | |||
31 | #include "common.h" | 32 | #include "common.h" |
32 | #include "flowctrl.h" | 33 | #include "flowctrl.h" |
33 | #include "iomap.h" | 34 | #include "iomap.h" |
34 | #include "pmc.h" | ||
35 | #include "reset.h" | 35 | #include "reset.h" |
36 | 36 | ||
37 | static cpumask_t tegra_cpu_init_mask; | 37 | static cpumask_t tegra_cpu_init_mask; |