diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-05-26 17:42:25 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-06-14 11:59:53 +0200 |
commit | 77d62f532282010d5859a99819d6a0c233bfcfff (patch) | |
tree | d59af855eb8b3ea481977de97e8e67b1a90e0f38 /include/linux/clocksource.h | |
parent | ba5d08c0ea785d5710c5a1e7dc3182b7124d63c0 (diff) | |
download | op-kernel-dev-77d62f532282010d5859a99819d6a0c233bfcfff.zip op-kernel-dev-77d62f532282010d5859a99819d6a0c233bfcfff.tar.gz |
clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLARE
The macro name is now renamed to 'TIMER_ACPI_DECLARE' for consistency
with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 010bb9f..e43f37f 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -258,7 +258,7 @@ extern void timer_probe(void); static inline void timer_probe(void) {} #endif -#define CLOCKSOURCE_ACPI_DECLARE(name, table_id, fn) \ +#define TIMER_ACPI_DECLARE(name, table_id, fn) \ ACPI_DECLARE_PROBE_ENTRY(clksrc, name, table_id, 0, NULL, 0, fn) #endif /* _LINUX_CLOCKSOURCE_H */ |