EDAC, MCE, AMD: Remove unneeded exports
authorBorislav Petkov <bp@alien8.de>
Sun, 23 Dec 2012 11:40:45 +0000 (12:40 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 22 Jan 2013 21:40:03 +0000 (22:40 +0100)
Initially, those strings describing different parts of an MCE message
were shared with amd64_edac and were therefore exported to modules.
However, all except pp_msgs are used only in one place right now so hide
them and make them static.

No functionality change.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Borislav Petkov <bp@alien8.de>

No differences found