Skip to content

Commit

Permalink
[MIPS] JMR3927: Fix syntax error.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent efd9412 commit 70ad7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pci/pci-jmr3927.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

0 comments on commit 70ad7d1

Please sign in to comment.