summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/common.h
diff options
context:
space:
mode:
authorThomas Koeller2010-04-21 15:33:32 +0200
committerKevin Hilman2010-05-07 00:02:07 +0200
commit280faffb4e059b3f453e297af7060d9c277c0ca9 (patch)
treed71b00d4411ebbd3484319abfc1dd7fb37697027 /arch/arm/mach-davinci/include/mach/common.h
parentDavinci: configurable pll divider mask (diff)
downloadkernel-qcow2-linux-280faffb4e059b3f453e297af7060d9c277c0ca9.tar.gz
kernel-qcow2-linux-280faffb4e059b3f453e297af7060d9c277c0ca9.tar.xz
kernel-qcow2-linux-280faffb4e059b3f453e297af7060d9c277c0ca9.zip
davinci: mach/common.h: add missing includes
linux/compiler.h is required for __iomem linux/types.h is required u32 Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/common.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h3
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 @@
#ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H
#define __ARCH_ARM_MACH_DAVINCI_COMMON_H
+#include <linux/compiler.h>
+#include <linux/types.h>
+
struct sys_timer;
extern struct sys_timer davinci_timer;