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)
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