From: Borislav Petkov Date: Fri, 15 Oct 2010 17:25:38 +0000 (+0200) Subject: amd64_edac: Remove two-stage initialization X-Git-Tag: v2.6.38-rc1~460^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360b7f3c602ed80ce8c6b2585dcb76883a440c17;p=pandora-kernel.git amd64_edac: Remove two-stage initialization Now that all prerequisites are in place, drop the two-stage driver instances initialization in favor of the following simple init sequence: 1. Probe PCI device: we only test ECC capabilities here and if none exit early. 2. If the hw supports ECC and it is/can be enabled, we init the per-node instance. Remove "amd64_" prefix from static functions touched, while at it. There actually should be no visible functional change resulting from this patch. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed