aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dma.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-02 20:41:35 -0400
committerTony Lindgren <tony@atomide.com>2012-10-18 19:05:55 -0400
commit2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec (patch)
tree7c895c5e5579ed9e7f2c64392a463c48d088b6dd /arch/arm/mach-omap2/dma.c
parent2ba30f0f23d277dec2a53ad6ccaa2f2c6e994fc8 (diff)
ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2
Let's make omap_hwmod local to mach-omap2 for ARM common zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/dma.c')
-rw-r--r--arch/arm/mach-omap2/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/dma.c b/arch/arm/mach-omap2/dma.c
index 7ddc6c90ed71..bc9a4e941e59 100644
--- a/arch/arm/mach-omap2/dma.c
+++ b/arch/arm/mach-omap2/dma.c
@@ -28,9 +28,9 @@
28#include <linux/init.h> 28#include <linux/init.h>
29#include <linux/device.h> 29#include <linux/device.h>
30 30
31#include <plat/omap_hwmod.h>
32#include <plat-omap/dma-omap.h> 31#include <plat-omap/dma-omap.h>
33 32
33#include "omap_hwmod.h"
34#include "omap_device.h" 34#include "omap_device.h"
35 35
36#define OMAP2_DMA_STRIDE 0x60 36#define OMAP2_DMA_STRIDE 0x60