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

Commit 70ad7d18 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] JMR3927: Fix syntax error.

parent efd9412d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,5 +54,5 @@ struct pci_controller jmr3927_controller = {
	.pci_ops	= &jmr3927_pci_ops,
	.io_resource	= &pci_io_resource,
	.mem_resource	= &pci_mem_resource,
	.mem_offset	= JMR3927_PCIMEM;
	.mem_offset	= JMR3927_PCIMEM
};