Commit 280faffb authored by Thomas Koeller's avatar Thomas Koeller Committed by Kevin Hilman

davinci: mach/common.h: add missing includes

linux/compiler.h is required for __iomem
linux/types.h is required u32
Signed-off-by: default avatarThomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent d6961e68
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment