From: Jaya Kumar Date: Sun, 22 Jun 2008 03:27:25 +0000 (+0100) Subject: [ARM] 5115/1: pxafb: fix ifdef for command line option handling X-Git-Tag: v2.6.26-rc9~74^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1edfc420ac7beb90b27bf822036cbbfa32483f1;p=pandora-kernel.git [ARM] 5115/1: pxafb: fix ifdef for command line option handling This bug was found and fixed by Lothar Wassmann. Previously, the use of ifndef CONFIG_MODULES made it such that pxafb command line option parsing was dependent on whether the kernel was built with module support. The ifndef should be MODULE so that parsing is dependent only on whether the driver is built-in or not. Signed-off-by: Jaya Kumar Acked-by: Krzysztof Helt Acked-by: Eric Miao Signed-off-by: Russell King --- Reading git-diff-tree failed