Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd193261 authored by Thiemo Seufer's avatar Thiemo Seufer Committed by Ralf Baechle
Browse files

Initialize iomem_resource.

parent 16033d61
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;