From: Nathan Lynch Date: Sun, 28 Sep 2014 23:50:06 +0000 (+0200) Subject: clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enable X-Git-Tag: fixes-against-v3.18-rc2~142^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ce5c7adc735ce96a35806ca32ceb78e607a283;p=pandora-kernel.git clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enable The arch_timer_evtstrm_enable hooks in arm and arm64 are substantially similar, the only difference being a CONFIG_COMPAT-conditional section which is relevant only for arm64. Copy the arm64 version to the driver, removing the arch-specific hooks. Signed-off-by: Nathan Lynch Signed-off-by: Daniel Lezcano Acked-by: Will Deacon --- Reading git-diff-tree failed