From: Harald Geyer Date: Tue, 28 Apr 2015 11:17:49 +0000 (+0200) Subject: framebuffer: don't link fb_devio into kernel image unconditionally X-Git-Tag: omap-for-v4.3/legacy-v2-signed~177^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c42990f1bed8665037fd5a3848ffb02de3b553;p=pandora-kernel.git framebuffer: don't link fb_devio into kernel image unconditionally CONFIG_FB_DEFERRED_IO is defined as bool while CONFIG_FB is defined as tristate. Currently fb_defio.o is linked into the kernel image even if CONFIG_FB=m. I fix this by updating the Makefile to link fb_defio.o into fb.o and thus go into one place with the other core framebuffer code. Signed-off-by: Harald Geyer Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed