]> git.baikalelectronics.ru Git - kernel.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)
commit3b214e9d6ebdc77fec482be9efe41016c6c53b97
tree94b9f1808f1a91c6273899f88585573cb2e5d26d
parentebb4809a011624f6415bfdd41842b7c812d3d3cd
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