From: Javier Martinez Canillas Date: Sun, 16 Dec 2012 02:48:52 +0000 (+0100) Subject: ARM: OMAP2+: common: remove use of vram X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7dde8c191d136415819e4456e21f2b0cc00c326;p=pandora-kernel.git ARM: OMAP2+: common: remove use of vram commit 966458f OMAP: remove vram allocator Removed the OMAP specific vram allocator but OMAP2 common was still trying to use it and this lead to the following build error: CC arch/arm/mach-omap2/common.o arch/arm/mach-omap2/common.c:19:23: fatal error: plat/vram.h: No such file or directory compilation terminated. make[1]: *** [arch/arm/mach-omap2/common.o] Error 1 make: *** [arch/arm/mach-omap2] Error 2 Signed-off-by: Javier Martinez Canillas Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed