ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code omap-fixes-for-v3.5-rc1
authorTony Lindgren <tony@atomide.com>
Wed, 6 Jun 2012 08:42:20 +0000 (01:42 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Jun 2012 08:42:20 +0000 (01:42 -0700)
commitfebe9e02d63ed8a42e7e9c75ea16117821f90f07
treeb96493382b41693f04c48e9b8b33b936ad5f18d7
parent00d6bfaf20e723e3f4c9aa6bc0fb6636785a0701
ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code

Commit 7f28427b (ARM: OMAP2+: Move omap_dsp_reserve_sdram_memblock() to mach-omap2)
moved DSP platform init code, but failed to include memblock.h causing:

arch/arm/mach-omap2/dsp.c: In function 'omap_dsp_reserve_sdram_memblock':
arch/arm/mach-omap2/dsp.c:58: error: implicit declaration of function 'arm_memblock_steal'

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/dsp.c