Re: [patch] fix omap compile with randconfig

2014-01-13 Thread Olof Johansson
On Sun, Jan 12, 2014 at 5:00 PM, Pavel Machek pa...@ucw.cz wrote: This fixes: arch/arm/mach-omap2/built-in.o: In function `omap_reserve': /data/l/linux-n900/arch/arm/mach-omap2/common.c:36: undefined reference to `omap_fb_reserve_memblock' Signed-off-by: Pavel Machek pa...@ucw.cz diff

Re: [patch] fix omap compile with randconfig

2014-01-13 Thread Pavel Machek
On Mon 2014-01-13 10:02:58, Olof Johansson wrote: On Sun, Jan 12, 2014 at 5:00 PM, Pavel Machek pa...@ucw.cz wrote: This fixes: arch/arm/mach-omap2/built-in.o: In function `omap_reserve': /data/l/linux-n900/arch/arm/mach-omap2/common.c:36: undefined reference to

[patch] fix omap compile with randconfig

2014-01-12 Thread Pavel Machek
This fixes: arch/arm/mach-omap2/built-in.o: In function `omap_reserve': /data/l/linux-n900/arch/arm/mach-omap2/common.c:36: undefined reference to `omap_fb_reserve_memblock' Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c