mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[MIPS] JMR3927: Fix syntax error.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
efd9412d85
commit
70ad7d1840
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue