]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
authorIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 08:54:16 +0000 (10:54 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 09:51:35 +0000 (11:51 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/mmconfig.h

index 95beda07c6fa3e4fefbdd96bf2330c10cedbf674..46d6bb135df40e69d1012900a925c4c037b54e26 100644 (file)
@@ -9,4 +9,6 @@ static inline void fam10h_check_enable_mmcfg(void) { }
 static inline void check_enable_amd_mmconf_dmi(void) { }
 #endif
 
+extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c);
+
 #endif