From: Dave Peterson Date: Sun, 26 Mar 2006 09:38:46 +0000 (-0800) Subject: [PATCH] EDAC: edac_mc_add_mc fix [1/2] X-Git-Tag: v2.6.17-rc1~548 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d03fcc1399b1e23922bcc3af1772b128aa6e93;p=pandora-kernel.git [PATCH] EDAC: edac_mc_add_mc fix [1/2] This is part 1 of a 2-part patch set. The code changes are split into two parts to make the patches more readable. Move complete_mc_list_del() and del_mc_from_global_list() so we can call del_mc_from_global_list() from edac_mc_add_mc() without forward declarations. Perhaps using forward declarations would be better? I'm doing things this way because the rest of the code is missing them. Signed-off-by: David S. Peterson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed