summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorJon Hunter2012-09-28 18:34:49 +0200
committerJon Hunter2012-11-16 17:35:08 +0100
commit40fc3bb56ed125aa22c0a85c816ae0f923519146 (patch)
treefae27dec800c0bd681a625d723dfa14ad9ee6647 /arch/arm/mach-omap1
parentARM: OMAP: Remove unnecessary omap_dm_timer structure declaration (diff)
downloadkernel-qcow2-linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.tar.gz
kernel-qcow2-linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.tar.xz
kernel-qcow2-linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.zip
ARM: OMAP: Add platform data header for DMTIMERs
Move definition of dmtimer platform data structure in to its own header under <linux/platform_data>. Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/timer.c b/arch/arm/mach-omap1/timer.c
index cdeb9d3ef640..bde7a35e5000 100644
--- a/arch/arm/mach-omap1/timer.c
+++ b/arch/arm/mach-omap1/timer.c
@@ -25,6 +25,7 @@
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
+#include <linux/platform_data/dmtimer-omap.h>
#include <mach/irqs.h>