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:
parent
9d6d811dd1
commit
54d59cf82c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue