i3200_edac: Make a local function static
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Aug 2013 09:02:45 +0000 (18:02 +0900)
committerBorislav Petkov <bp@suse.de>
Fri, 9 Aug 2013 13:23:02 +0000 (15:23 +0200)
commit166e9334e9a716cf20c9c367b9bd28e13bb8608e
treee09f51a80a2e15b6dcb54abac721d20c84df6344
parentf0a56c480196a98479760862468cc95879df3de0
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>
drivers/edac/i3200_edac.c
This page took 0.024457 seconds and 5 git commands to generate.