commit | e0d391ab04910aa1304f181fc865471a1d1508ec | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Aug 09 18:03:48 2013 +0900 |
committer | Borislav Petkov <bp@suse.de> | Fri Aug 09 15:29:10 2013 +0200 |
tree | 7d6a4b3a3c91db70254400a05ab21bbe4d83a88b | |
parent | 166e9334e9a716cf20c9c367b9bd28e13bb8608e [diff] |
x38_edac: Make a local function static Make a local function static in order to fix the following sparse warning: drivers/edac/x38_edac.c:252:14: warning: symbol 'x38_map_mchbar' was not declared. Should it be static? Signed-off-by: Jingoo Han <jg1.han@samsung.com> [ Boris: Correct commit message ] Signed-off-by: Borislav Petkov <bp@suse.de>