diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-04-16 22:45:15 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-17 16:04:00 +0300 |
commit | 24e1455493dae5ce4b15f83d6ad549befd15f980 (patch) | |
tree | 3159347dfbf7e3a8f7e202b046655c40c46c0a7a /Makefile | |
parent | aed98b9a1be6fcf1685dfd37f0a3e78e92a21f7d (diff) | |
download | linux-24e1455493dae5ce4b15f83d6ad549befd15f980.tar.xz |
drivers/rtc/rtc-s3c.c: delete duplicate clock control
The current functions in s3c-rtc driver execute clk_enable/disable() to
control clocks and some functions execute s3c_rtc_alarm_clk_enable()
unnecessarily. So this patch deletes the duplicate clock control and
spilts s3c_rtc_alarm_clk_enable() out as
s3c_rtc_enable_clk()/s3c_rtc_disable_clk() to improve readability.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Inki Dae <inki.dae@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions