]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: Remove legacy clock support leftovers
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 28 Aug 2015 21:37:17 +0000 (00:37 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Sep 2015 01:06:56 +0000 (10:06 +0900)
The shmobile_clk_init() function has been removed and the linux/sh_clk.h
header doesn't need to be included anymore.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/common.h
arch/arm/mach-shmobile/r8a7779.h

index 0833a6ed02e4a1270e3e5d5e60818fdb39e49297..9cb11215cebaeb2e4e0a8355589ce6d7e5270b78 100644 (file)
@@ -15,8 +15,6 @@ extern void shmobile_boot_scu(void);
 extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus);
 extern void shmobile_smp_scu_cpu_die(unsigned int cpu);
 extern int shmobile_smp_scu_cpu_kill(unsigned int cpu);
-struct clk;
-extern int shmobile_clk_init(void);
 extern struct platform_suspend_ops shmobile_suspend_ops;
 
 #ifdef CONFIG_SUSPEND
index db303f76704e907547f35bc1973dc3a0b32fb264..aad833a8f0b8c5f169f9cfc09a09da7daf17c4e9 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef __ASM_R8A7779_H__
 #define __ASM_R8A7779_H__
 
-#include <linux/sh_clk.h>
-
 extern void r8a7779_pm_init(void);
 
 #ifdef CONFIG_PM