diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-09-28 11:34:49 -0500 |
---|---|---|
committer | Jon Hunter <jon-hunter@ti.com> | 2012-11-16 10:35:08 -0600 |
commit | 40fc3bb56ed125aa22c0a85c816ae0f923519146 (patch) | |
tree | fae27dec800c0bd681a625d723dfa14ad9ee6647 /arch/arm/mach-omap1 | |
parent | 755ae860f71cb37fbd3cc8da007e0d8de33419f0 (diff) | |
download | linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.tar.gz linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.tar.bz2 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.c | 1 |
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> |