diff options
-rw-r--r-- | arch/arm/mach-omap2/dmtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/dmtimer.c b/arch/arm/mach-omap2/dmtimer.c index 9b27d4f..de25e98 100644 --- a/arch/arm/mach-omap2/dmtimer.c +++ b/arch/arm/mach-omap2/dmtimer.c @@ -101,7 +101,7 @@ static int omap_timer_get_context_loss(struct device *dev) } #else -#define omap_gpio_get_context_loss NULL +#define omap_timer_get_context_loss NULL #endif struct omap_device_pm_latency omap2_dmtimer_latency[] = { |