summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
authorTony Lindgren2012-02-24 19:34:33 +0100
committerTony Lindgren2012-02-24 19:34:33 +0100
commita4f34197120be8edfe099bb6cde35740d299b6d1 (patch)
treef330f501a88c3bbda394c373623a0d8760287f30 /arch/arm/mach-omap2/common.h
parentARM: OMAP2+: Move SDRC related functions from io.h into local common.h (diff)
downloadkernel-qcow2-linux-a4f34197120be8edfe099bb6cde35740d299b6d1.tar.gz
kernel-qcow2-linux-a4f34197120be8edfe099bb6cde35740d299b6d1.tar.xz
kernel-qcow2-linux-a4f34197120be8edfe099bb6cde35740d299b6d1.zip
ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h
We don't want to keep it in io.h as we want to remove io.h for omap2+ for the common zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 5aa1acbcc33e..f78ec4e6a5c7 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -133,6 +133,8 @@ void am33xx_map_io(void);
void omap4_map_io(void);
void ti81xx_map_io(void);
+extern void __init omap_init_consistent_dma_size(void);
+
/**
* omap_test_timeout - busy-loop, testing a condition
* @cond: condition to test until it evaluates to true