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:
f0a56c4
)
i3200_edac: Make a local function static
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 9 Aug 2013 09:02:45 +0000
(18:02 +0900)
committer
Borislav Petkov
<bp@suse.de>
Fri, 9 Aug 2013 13:23:02 +0000
(15:23 +0200)
This local symbol is used only in this file.
Fix the following sparse warnings:
drivers/edac/i3200_edac.c:264:14: warning: symbol 'i3200_map_mchbar' was not declared. Should it be static?
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
No differences found