mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Initialize iomem_resource.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
16033d6104
commit
dd19326148
@ -136,7 +136,9 @@ static int __init mace_init(void)
|
||||
BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0,
|
||||
"MACE PCI error", NULL));
|
||||
|
||||
ioport_resource.end = mace_pci_io_resource.end;
|
||||
iomem_resource = mace_pci_mem_resource;
|
||||
ioport_resource = mace_pci_io_resource;
|
||||
|
||||
register_pci_controller(&mace_pci_controller);
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user