diff options
author | Keerthy <j-keerthy@ti.com> | 2018-02-15 11:31:45 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-22 10:53:14 -0800 |
commit | f7bda9eec007ee3a200a31bfa6825e2612840f34 (patch) | |
tree | a7fe9b732d4e28ff0bbb4be44204185d3b3e14a7 /include/clocksource | |
parent | 5ca467c40c2e557af5675b6a6cf0e7d326349751 (diff) | |
download | linux-f7bda9eec007ee3a200a31bfa6825e2612840f34.tar.gz linux-f7bda9eec007ee3a200a31bfa6825e2612840f34.tar.bz2 linux-f7bda9eec007ee3a200a31bfa6825e2612840f34.zip |
clocksource: timer-ti-dm: Replace architecture
Replace architecture specific guard with clocksource guard.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/clocksource')
-rw-r--r-- | include/clocksource/timer-ti-dm.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/clocksource/timer-ti-dm.h b/include/clocksource/timer-ti-dm.h index 831174f688f5..4f310957c21b 100644 --- a/include/clocksource/timer-ti-dm.h +++ b/include/clocksource/timer-ti-dm.h @@ -1,6 +1,4 @@ /* - * arch/arm/plat-omap/include/plat/dmtimer.h - * * OMAP Dual-Mode Timers * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ @@ -36,8 +34,8 @@ #include <linux/io.h> #include <linux/platform_device.h> -#ifndef __ASM_ARCH_DMTIMER_H -#define __ASM_ARCH_DMTIMER_H +#ifndef __CLOCKSOURCE_DMTIMER_H +#define __CLOCKSOURCE_DMTIMER_H /* clock sources */ #define OMAP_TIMER_SRC_SYS_CLK 0x00 @@ -426,4 +424,4 @@ static inline void __omap_dm_timer_write_status(struct omap_dm_timer *timer, writel_relaxed(value, timer->irq_stat); } #endif /* CONFIG_ARCH_OMAP1 || CONFIG_ARCH_OMAP2PLUS */ -#endif /* __ASM_ARCH_DMTIMER_H */ +#endif /* __CLOCKSOURCE_DMTIMER_H */ |