diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-09-28 20:34:49 +0400 |
---|---|---|
committer | Jon Hunter <jon-hunter@ti.com> | 2012-11-16 20:35:08 +0400 |
commit | 40fc3bb56ed125aa22c0a85c816ae0f923519146 (patch) | |
tree | fae27dec800c0bd681a625d723dfa14ad9ee6647 /arch/arm/mach-omap2 | |
parent | 755ae860f71cb37fbd3cc8da007e0d8de33419f0 (diff) | |
download | linux-40fc3bb56ed125aa22c0a85c816ae0f923519146.tar.xz |
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-omap2')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 1a662dfdda11..4daa8b41c522 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -39,6 +39,8 @@ #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_irq.h> +#include <linux/platform_device.h> +#include <linux/platform_data/dmtimer-omap.h> #include <asm/mach/time.h> #include <asm/smp_twd.h> |