commit | 166e9334e9a716cf20c9c367b9bd28e13bb8608e | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 09 18:02:45 2013 +0900 |
committer | Borislav Petkov <bp@suse.de> | Fri Aug 09 15:23:02 2013 +0200 |
tree | e09f51a80a2e15b6dcb54abac721d20c84df6344 | |
parent | f0a56c480196a98479760862468cc95879df3de0 [diff] |
i3200_edac: Make a local function static 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>