Re: [PATCH 3/3] drivers: edac: Mark the function get_mci_for_node_id() as static in sb_edac.c

2013-12-15 Thread Borislav Petkov
On Sat, Dec 14, 2013 at 12:28:58PM -0800, Josh Triplett wrote: > On Sat, Dec 14, 2013 at 07:32:09PM +0530, Rashika Kheria wrote: > > This patch marks the function get_mci_for_node_id() as static in > > sb_edac.c because it is not used outside this file. > > > > Thus, it also eliminates the followi

Re: [PATCH 3/3] drivers: edac: Mark the function get_mci_for_node_id() as static in sb_edac.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 07:32:09PM +0530, Rashika Kheria wrote: > This patch marks the function get_mci_for_node_id() as static in > sb_edac.c because it is not used outside this file. > > Thus, it also eliminates the following warning in sb_edac.c: > drivers/edac/sb_edac.c:918:22: warning: no pre

[PATCH 3/3] drivers: edac: Mark the function get_mci_for_node_id() as static in sb_edac.c

2013-12-14 Thread Rashika Kheria
This patch marks the function get_mci_for_node_id() as static in sb_edac.c because it is not used outside this file. Thus, it also eliminates the following warning in sb_edac.c: drivers/edac/sb_edac.c:918:22: warning: no previous prototype for ‘get_mci_for_node_id’ [-Wmissing-prototypes] Signed-