diff options
author | Tony Lindgren <tony@atomide.com> | 2011-03-30 00:54:49 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-06-27 21:14:01 +0200 |
commit | 0c336dc5ec492886620d4afdc252c63f32adbd0e (patch) | |
tree | 3d2a793b30a6c979bafd688896c634ea3d0d835a /arch/arm/mach-omap2/timer-gp.h | |
parent | omap2+: Use dmtimer macros for clocksource (diff) | |
download | linux-0c336dc5ec492886620d4afdc252c63f32adbd0e.tar.xz linux-0c336dc5ec492886620d4afdc252c63f32adbd0e.zip |
omap2+: Remove omap2_gp_clockevent_set_gptimer
This is no longer needed as we now just set the desired
.timer in MACHINE_START. We can now also remove timer-gp.h.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-omap2/timer-gp.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/timer-gp.h b/arch/arm/mach-omap2/timer-gp.h deleted file mode 100644 index 5c1072c6783b..000000000000 --- a/arch/arm/mach-omap2/timer-gp.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * OMAP2/3 GPTIMER support.headers - * - * Copyright (C) 2009 Nokia Corporation - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - */ - -#ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_TIMER_GP_H -#define __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_TIMER_GP_H - -extern int __init omap2_gp_clockevent_set_gptimer(u8 id); - -#endif |