From: Olof Johansson Date: Fri, 3 Apr 2015 18:26:37 +0000 (-0700) Subject: Merge branch 'next/cleanup' into for-next X-Git-Tag: KARO-TXA5-2015-06-26~151^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d0dea4ce3f74ce815955cb51851fd7bcd0b22e3;p=karo-tx-linux.git Merge branch 'next/cleanup' into for-next * next/cleanup: ARM: shmobile: cpuidle: Remove the pointless default driver Signed-off-by: Olof Johansson Conflicts: arch/arm/mach-shmobile/pm-sh7372.c --- 1d0dea4ce3f74ce815955cb51851fd7bcd0b22e3 diff --cc arch/arm/mach-shmobile/common.h index 8faf6e040d78,1dc09713f753..afc60bad6fd6 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h @@@ -21,9 -21,8 +21,7 @@@ extern void shmobile_smp_scu_cpu_die(un extern int shmobile_smp_scu_cpu_kill(unsigned int cpu); struct clk; extern int shmobile_clk_init(void); -extern void shmobile_handle_irq_intc(struct pt_regs *); extern struct platform_suspend_ops shmobile_suspend_ops; - struct cpuidle_driver; - extern void shmobile_cpuidle_set_driver(struct cpuidle_driver *drv); #ifdef CONFIG_SUSPEND int shmobile_suspend_init(void);