summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle-ux500.c
diff options
context:
space:
mode:
authorDaniel Lezcano2015-02-02 16:32:46 +0100
committerDaniel Lezcano2015-03-23 18:03:11 +0100
commiteeebc3bb4d5d7edb56cb594e8f0ec2cfb10c2518 (patch)
tree4f04e34ba4619295f40b0bab0dd399650b32a2a6 /drivers/cpuidle/cpuidle-ux500.c
parentLinux 4.0-rc5 (diff)
downloadkernel-qcow2-linux-eeebc3bb4d5d7edb56cb594e8f0ec2cfb10c2518.tar.gz
kernel-qcow2-linux-eeebc3bb4d5d7edb56cb594e8f0ec2cfb10c2518.tar.xz
kernel-qcow2-linux-eeebc3bb4d5d7edb56cb594e8f0ec2cfb10c2518.zip
ARM: cpuidle: Remove duplicate header inclusion
The cpu_do_idle() function is always used by the cpuidle drivers. That led to have each driver including cpuidle.h and proc-fns.h, they are always paired. That makes a lot of duplicate headers inclusion. Instead of including both in each .c file, move the proc-fns.h header inclusion in the cpuidle.h header file directly, so we can save some line of code. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Kevin Hilman <khilman@linaro.org> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Tested-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/cpuidle/cpuidle-ux500.c')
-rw-r--r--drivers/cpuidle/cpuidle-ux500.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-ux500.c b/drivers/cpuidle/cpuidle-ux500.c
index 66f81e410f0d..8bf895c0017d 100644
--- a/drivers/cpuidle/cpuidle-ux500.c
+++ b/drivers/cpuidle/cpuidle-ux500.c
@@ -19,7 +19,6 @@
#include <linux/platform_device.h>
#include <asm/cpuidle.h>
-#include <asm/proc-fns.h>
static atomic_t master = ATOMIC_INIT(0);
static DEFINE_SPINLOCK(master_lock);