aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/epit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/epit.c')
-rw-r--r--arch/arm/mach-imx/epit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/epit.c b/arch/arm/mach-imx/epit.c
index 88726f4dbbfa..76720f528b1c 100644
--- a/arch/arm/mach-imx/epit.c
+++ b/arch/arm/mach-imx/epit.c
@@ -54,7 +54,8 @@
54 54
55#include <mach/hardware.h> 55#include <mach/hardware.h>
56#include <asm/mach/time.h> 56#include <asm/mach/time.h>
57#include <mach/common.h> 57
58#include "common.h"
58 59
59static struct clock_event_device clockevent_epit; 60static struct clock_event_device clockevent_epit;
60static enum clock_event_mode clockevent_mode = CLOCK_EVT_MODE_UNUSED; 61static enum clock_event_mode clockevent_mode = CLOCK_EVT_MODE_UNUSED;