diff options
author | Olof Johansson <olof@lixom.net> | 2012-03-07 14:05:29 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-07 14:05:29 -0800 |
commit | 4d02be5a6550ebf09936802c2cb8d359ce1ab29c (patch) | |
tree | 11845186f62a45a3809c477ea28daba8d94e0392 /arch/arm/mach-omap2/common.c | |
parent | 18bb4fb28760b3d23355f6e3cc3cbe1a07321c0a (diff) | |
parent | 2b43e4e5863fb41d85c3a6583fdeea2ebf3d2b50 (diff) |
Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
* 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2+: Fix build error after merge
Diffstat (limited to 'arch/arm/mach-omap2/common.c')
-rw-r--r-- | arch/arm/mach-omap2/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c index 93419de4534..1549c11000d 100644 --- a/arch/arm/mach-omap2/common.c +++ b/arch/arm/mach-omap2/common.c @@ -17,6 +17,7 @@ #include <linux/clk.h> #include <linux/io.h> +#include <plat/hardware.h> #include <plat/board.h> #include <plat/mux.h> #include <plat/clock.h> |