]> asedeno.scripts.mit.edu Git - linux.git/commit
clocksource: arm_arch_timer: move enums and defines to header file
authorFu Wei <fu.wei@linaro.org>
Wed, 18 Jan 2017 13:25:28 +0000 (21:25 +0800)
committerMark Rutland <mark.rutland@arm.com>
Mon, 10 Apr 2017 13:29:54 +0000 (14:29 +0100)
commit831610c08e63b69b141c446c78eb9e9315660a5d
tree94b9f1808f1a91c6273899f88585573cb2e5d26d
parentee34f1e63d3d2b8df8607847eafbc859ec6818dc
clocksource: arm_arch_timer: move enums and defines to header file

To support the arm_arch_timer via ACPI we need to share defines and enums
between the driver and the ACPI parser code.
So we split out the relevant defines and enums into arm_arch_timer.h.

No functional change.

Signed-off-by: Fu Wei <fu.wei@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
drivers/clocksource/arm_arch_timer.c
include/clocksource/arm_arch_timer.h