OMAP: dmtimer: add missing include
authorPaul Walmsley <paul@pwsan.com>
Sun, 10 Jul 2011 00:00:25 +0000 (18:00 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 10 Jul 2011 00:15:11 +0000 (18:15 -0600)
After commit caf64f2fdc48472995d40656eb1a75524c464447 ("omap: Make a subset
of dmtimer functions into inline functions"),
arch/arm/plat-omap/include/plat/dmtimer.h is missing an include of linux/io.h
- add it.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/dmtimer.h

index d0f3a2d22fd395aa5de18a9447bfcac74f2a805b..eb5d16c60cd9343589461d50465a6e8d5fee38e1 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <linux/clk.h>
 #include <linux/delay.h>
+#include <linux/io.h>
 
 #ifndef __ASM_ARCH_DMTIMER_H
 #define __ASM_ARCH_DMTIMER_H
This page took 0.028503 seconds and 5 git commands to generate.