From: Ira W. Snyder Date: Mon, 26 Oct 2009 23:50:10 +0000 (-0700) Subject: edac: i5400 fix missing CONFIG_PCI define X-Git-Tag: v2.6.32-rc6~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0616fb003d4f799c4be62275242fc7ff9a968f84;p=pandora-kernel.git edac: i5400 fix missing CONFIG_PCI define When building without CONFIG_PCI the edac_pci_idx variable is unused, causing a build-time warning. Wrap the variable in #ifdef CONFIG_PCI, just like the rest of the PCI support. Signed-off-by: Ira W. Snyder Signed-off-by: Doug Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed