diff options
Diffstat (limited to 'arch/arm/mach-tegra/hotplug.c')
-rw-r--r-- | arch/arm/mach-tegra/hotplug.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c index 8da9f78475da..184914a68d73 100644 --- a/arch/arm/mach-tegra/hotplug.c +++ b/arch/arm/mach-tegra/hotplug.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
12 | #include <linux/clk/tegra.h> | 12 | #include <linux/clk/tegra.h> |
13 | 13 | ||
14 | #include <asm/cacheflush.h> | ||
15 | #include <asm/smp_plat.h> | 14 | #include <asm/smp_plat.h> |
16 | 15 | ||
17 | #include "fuse.h" | 16 | #include "fuse.h" |
@@ -47,15 +46,6 @@ void __ref tegra_cpu_die(unsigned int cpu) | |||
47 | BUG(); | 46 | BUG(); |
48 | } | 47 | } |
49 | 48 | ||
50 | int tegra_cpu_disable(unsigned int cpu) | ||
51 | { | ||
52 | /* | ||
53 | * we don't allow CPU 0 to be shutdown (it is still too special | ||
54 | * e.g. clock tick interrupts) | ||
55 | */ | ||
56 | return cpu == 0 ? -EPERM : 0; | ||
57 | } | ||
58 | |||
59 | void __init tegra_hotplug_init(void) | 49 | void __init tegra_hotplug_init(void) |
60 | { | 50 | { |
61 | if (!IS_ENABLED(CONFIG_HOTPLUG_CPU)) | 51 | if (!IS_ENABLED(CONFIG_HOTPLUG_CPU)) |