From: Tony Lindgren Date: Wed, 6 Jun 2012 08:42:20 +0000 (-0700) Subject: ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code X-Git-Tag: v3.5-rc4~35^2~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=febe9e02d63ed8a42e7e9c75ea16117821f90f07;p=karo-tx-linux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/dsp.c b/arch/arm/mach-omap2/dsp.c index 845309f146fe..88ffa1e645cd 100644 --- a/arch/arm/mach-omap2/dsp.c +++ b/arch/arm/mach-omap2/dsp.c @@ -20,6 +20,9 @@ #include #include + +#include + #include "cm2xxx_3xxx.h" #include "prm2xxx_3xxx.h" #ifdef CONFIG_BRIDGE_DVFS