cnic: Fix __symbol_get() build error.
authorMichael Chan <mchan@broadcom.com>
Sun, 14 Jun 2009 00:43:02 +0000 (17:43 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 21 Jun 2009 16:00:33 +0000 (11:00 -0500)
Ingo molnar <mingo@elte.hu> 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 <mchan@broadcom.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found