clocksource: rockchip: remove unnecessary clear irq before request_irq
authorHuang, Tao <huangtao@rock-chips.com>
Wed, 18 May 2016 09:28:07 +0000 (17:28 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 19 May 2016 10:29:58 +0000 (18:29 +0800)
commitc380160aeae8b786868bd8483b9c1c9f22d15b61
treeda12ed4aa56cc35a838ad97021e8b073d0d1257f
parent63d0358498e5af7906ab70b3d13acf7f8b6e7930
clocksource: rockchip: remove unnecessary clear irq before request_irq

rk_timer_interrupt_clear and rk_timer_disable is unnecessary before
request_irq. Timer should keep disabled before booting Linux.

Change-Id: I6de401ad156d620ac676e80de89ffd0bdaab3a36
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
drivers/clocksource/rockchip_timer.c