diff options
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 35c2268b5e4a..339292e85838 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -193,7 +193,6 @@ void __init r8a7779_pinmux_init(void) | |||
193 | static struct plat_sci_port scif##index##_platform_data = { \ | 193 | static struct plat_sci_port scif##index##_platform_data = { \ |
194 | .type = PORT_SCIF, \ | 194 | .type = PORT_SCIF, \ |
195 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, \ | 195 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, \ |
196 | .scbrr_algo_id = SCBRR_ALGO_2, \ | ||
197 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \ | 196 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \ |
198 | }; \ | 197 | }; \ |
199 | \ | 198 | \ |