diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-08-29 00:37:17 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 04:06:56 +0300 |
commit | 04418c23a9411b85b8789eab5f4397bcbd62b7b4 (patch) | |
tree | f44123c6c1c5b58abfb87dedd3ce2cc2f8fc8b6a /arch/arm/mach-shmobile/r8a7779.h | |
parent | fc22a4d484fafb373c51bb6792bb5a4ef4caae71 (diff) | |
download | linux-04418c23a9411b85b8789eab5f4397bcbd62b7b4.tar.xz |
ARM: shmobile: Remove legacy clock support leftovers
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>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a7779.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7779.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/r8a7779.h b/arch/arm/mach-shmobile/r8a7779.h index db303f76704e..aad833a8f0b8 100644 --- a/arch/arm/mach-shmobile/r8a7779.h +++ b/arch/arm/mach-shmobile/r8a7779.h @@ -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 |