From: Peter Korsgaard Date: Wed, 21 Nov 2007 14:28:06 +0000 (+0100) Subject: smc911x: Fix undefined CONFIG_ symbol warning X-Git-Tag: v2.6.24-rc4~9^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c4581b68922157da4e8071781b210043839a74;p=pandora-kernel.git smc911x: Fix undefined CONFIG_ symbol warning elif defined(CONFIG_*) should be used instead of elif CONFIG_* so GCC doesn't give warnings about undefined symbols when the config option is disabled. Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed