diff options
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7790.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c index a64f965c7da1..fa1b4773677a 100644 --- a/arch/arm/mach-shmobile/clock-r8a7790.c +++ b/arch/arm/mach-shmobile/clock-r8a7790.c | |||
@@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = { | |||
77 | }; | 77 | }; |
78 | 78 | ||
79 | static struct clk main_clk = { | 79 | static struct clk main_clk = { |
80 | /* .parent will be set r8a73a4_clock_init */ | 80 | /* .parent will be set r8a7790_clock_init */ |
81 | .ops = &followparent_clk_ops, | 81 | .ops = &followparent_clk_ops, |
82 | }; | 82 | }; |
83 | 83 | ||