Author: hailfinger
Date: 2009-02-13 12:00:21 +0100 (Fri, 13 Feb 2009)
New Revision: 1132

Modified:
   coreboot-v3/southbridge/nvidia/mcp55/pci.c
Log:
Fix missing indirection for CONFIG_PCI_64BIT_PREF_MEM. That config still
does not compile, but this needed fixing anyway.

Signed-off-by: Ronald Hoogenboom <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: coreboot-v3/southbridge/nvidia/mcp55/pci.c
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/pci.c  2009-02-12 21:15:34 UTC (rev 
1131)
+++ coreboot-v3/southbridge/nvidia/mcp55/pci.c  2009-02-13 11:00:21 UTC (rev 
1132)
@@ -38,7 +38,7 @@
        u32 dword;
        u16 word;
 #ifdef CONFIG_PCI_64BIT_PREF_MEM
-       struct device pci_domain_dev;
+       struct device *pci_domain_dev;
        struct resource *mem1, *mem2;
 #endif
 


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to