git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbdca2
)
cnic: Fix __symbol_get() build error.
author
Michael Chan
<mchan@broadcom.com>
Sun, 14 Jun 2009 00:43:02 +0000
(17:43 -0700)
committer
James 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