aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7740.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
index 81a4366b95f8..8f3c68101d59 100644
--- a/arch/arm/mach-shmobile/setup-r8a7740.c
+++ b/arch/arm/mach-shmobile/setup-r8a7740.c
@@ -208,7 +208,6 @@ static struct platform_device irqpin3_device = {
208static struct plat_sci_port scif##index##_platform_data = { \ 208static struct plat_sci_port scif##index##_platform_data = { \
209 .type = scif_type, \ 209 .type = scif_type, \
210 .flags = UPF_BOOT_AUTOCONF, \ 210 .flags = UPF_BOOT_AUTOCONF, \
211 .scbrr_algo_id = SCBRR_ALGO_4, \
212 .scscr = SCSCR_RE | SCSCR_TE, \ 211 .scscr = SCSCR_RE | SCSCR_TE, \
213}; \ 212}; \
214 \ 213 \