diff options
Diffstat (limited to 'arch/arm/mach-imx/epit.c')
-rw-r--r-- | arch/arm/mach-imx/epit.c | 3 |
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 | ||
59 | static struct clock_event_device clockevent_epit; | 60 | static struct clock_event_device clockevent_epit; |
60 | static enum clock_event_mode clockevent_mode = CLOCK_EVT_MODE_UNUSED; | 61 | static enum clock_event_mode clockevent_mode = CLOCK_EVT_MODE_UNUSED; |