Skip to content
Commit bc3bf8fd authored by Ingo Molnar's avatar Ingo Molnar Committed by James Bottomley
Browse files

[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: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent faea56c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment