[MIPS] JMR3927: Fix syntax error.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2005-11-11 11:49:53 +00:00
parent efd9412d85
commit 70ad7d1840
1 changed files with 1 additions and 1 deletions

View File

@ -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
};