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.35-rc1~516^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88d95eb1c2a72b6126a550debe0883ff723a948;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 --- Reading git-diff-tree failed