From: Daniel Lezcano Date: Mon, 2 Feb 2015 15:32:46 +0000 (+0100) Subject: ARM: cpuidle: Remove duplicate header inclusion X-Git-Tag: omap-for-v4.2/o2_dc~134^2~3^3~2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeebc3bb4d5d7edb56cb594e8f0ec2cfb10c2518;p=pandora-kernel.git 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 Acked-by: Kevin Hilman Acked-by: Lorenzo Pieralisi Tested-by: Lorenzo Pieralisi --- Reading git-diff-tree failed