aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson1/common/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/loongson1/common/platform.c')
-rw-r--r--arch/mips/loongson1/common/platform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/loongson1/common/platform.c b/arch/mips/loongson1/common/platform.c
index 69dad4cfaaf4..fdf8cb5987a4 100644
--- a/arch/mips/loongson1/common/platform.c
+++ b/arch/mips/loongson1/common/platform.c
@@ -1,8 +1,8 @@
1/* 1/*
2 * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com> 2 * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com>
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the 5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your 6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version. 7 * option) any later version.
8 */ 8 */
@@ -23,7 +23,7 @@
23 .mapbase = LS1X_UART ## _id ## _BASE, \ 23 .mapbase = LS1X_UART ## _id ## _BASE, \
24 .irq = LS1X_UART ## _id ## _IRQ, \ 24 .irq = LS1X_UART ## _id ## _IRQ, \
25 .iotype = UPIO_MEM, \ 25 .iotype = UPIO_MEM, \
26 .flags = UPF_IOREMAP | UPF_FIXED_TYPE, \ 26 .flags = UPF_IOREMAP | UPF_FIXED_TYPE, \
27 .type = PORT_16550A, \ 27 .type = PORT_16550A, \
28 } 28 }
29 29