diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 17:15:44 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 19:08:04 (GMT) |
commit | bca7a5a04933700a8bde4ea5798119607a8b0436 (patch) | |
tree | 9d1c2663fa2cd60d434d1603d192bbba3ae3d706 /arch/arm/mach-tegra/hotplug.c | |
parent | 51acdfd1fa38a2bf1003255be9f105c19fbc0176 (diff) | |
download | linux-bca7a5a04933700a8bde4ea5798119607a8b0436.tar.xz |
ARM: cpu hotplug: remove majority of cache flushing from platforms
Remove the majority of cache flushing calls from the individual platform
files. This is now handled by the core code.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/hotplug.c')
-rw-r--r-- | arch/arm/mach-tegra/hotplug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c index 1fb9915..e8323bc 100644 --- a/arch/arm/mach-tegra/hotplug.c +++ b/arch/arm/mach-tegra/hotplug.c @@ -12,7 +12,6 @@ #include <linux/smp.h> #include <linux/clk/tegra.h> -#include <asm/cacheflush.h> #include <asm/smp_plat.h> #include "sleep.h" |