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

[MIPS] JMR3927: Fix syntax error.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent efd9412d
...@@ -54,5 +54,5 @@ struct pci_controller jmr3927_controller = { ...@@ -54,5 +54,5 @@ struct pci_controller jmr3927_controller = {
.pci_ops = &jmr3927_pci_ops, .pci_ops = &jmr3927_pci_ops,
.io_resource = &pci_io_resource, .io_resource = &pci_io_resource,
.mem_resource = &pci_mem_resource, .mem_resource = &pci_mem_resource,
.mem_offset = JMR3927_PCIMEM; .mem_offset = JMR3927_PCIMEM
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment