From: Ingo Molnar Date: Sat, 13 Jun 2009 06:29:33 +0000 (+0200) Subject: [SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’ X-Git-Tag: v2.6.31-rc1~345^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3bf8fd330ce981ce632a1a4a283eee46838f32;p=pandora-kernel.git [SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’ drivers/net/cnic.c: In function ‘init_bnx2_cnic’: drivers/net/cnic.c:2520: error: implicit declaration of function ‘__symbol_get’ drivers/net/cnic.c:2520: warning: assignment makes pointer from integer without a cast make[1]: *** [drivers/net/cnic.o] Error 1 make: *** [drivers/net/cnic.o] Error 2 Caused by not including linux/module.h Signed-off-by: Ingo Molnar Signed-off-by: James Bottomley --- Reading git-diff-tree failed