From: Borislav Petkov Date: Sat, 24 Apr 2010 07:56:53 +0000 (+0200) Subject: x86, k8: Fix build error when K8_NB is disabled X-Git-Tag: v2.6.34~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade029e2aaacc8965a548b0b0f80c5bee97ffc68;p=pandora-kernel.git x86, k8: Fix build error when K8_NB is disabled K8_NB depends on PCI and when the last is disabled (allnoconfig) we fail at the final linking stage due to missing exported num_k8_northbridges. Add a header stub for that. Signed-off-by: Borislav Petkov LKML-Reference: <20100503183036.GJ26107@aftab> Signed-off-by: H. Peter Anvin Cc: --- Reading git-diff-tree failed