diff options
-rw-r--r-- | arch/arm/mach-davinci/include/mach/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h index 50a955f05ef9..d88104e6d66b 100644 --- a/arch/arm/mach-davinci/include/mach/common.h +++ b/arch/arm/mach-davinci/include/mach/common.h | |||
@@ -12,6 +12,9 @@ | |||
12 | #ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H | 12 | #ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H |
13 | #define __ARCH_ARM_MACH_DAVINCI_COMMON_H | 13 | #define __ARCH_ARM_MACH_DAVINCI_COMMON_H |
14 | 14 | ||
15 | #include <linux/compiler.h> | ||
16 | #include <linux/types.h> | ||
17 | |||
15 | struct sys_timer; | 18 | struct sys_timer; |
16 | 19 | ||
17 | extern struct sys_timer davinci_timer; | 20 | extern struct sys_timer davinci_timer; |