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 <hoogenboom30@zonnet.nl>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1132 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Carl-Daniel Hailfinger 2009-02-13 11:00:21 +00:00
commit 54d59cf82c

View file

@ -38,7 +38,7 @@ static void pci_init(struct device *dev)
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