Explorar o código

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>
Thomas Koeller %!s(int64=15) %!d(string=hai) anos
pai
achega
280faffb4e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      arch/arm/mach-davinci/include/mach/common.h

+ 3 - 0
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;