From: Michael Chan Date: Sun, 14 Jun 2009 00:43:02 +0000 (-0700) Subject: cnic: Fix __symbol_get() build error. X-Git-Tag: v2.6.31-rc1~32^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ee3616bc334ab51e68aad6905761ca97f35559;p=pandora-kernel.git cnic: Fix __symbol_get() build error. Ingo molnar reported the error drivers/net/cnic.c:2520: error: implicit declaration of function ‘__symbol_get’ when CONFIG_MODULES is not defined. Fix by using symbol_get() instead. Signed-off-by: Michael Chan Signed-off-by: James Bottomley --- Reading git-diff-tree failed