From 4a8ee669ff3d2605382c40b5d629523283778eb5 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Fri, 20 Jul 2007 16:34:22 +0900 Subject: [PATCH] --- yaml --- r: 62154 b: refs/heads/master c: 3a353824df7595165a162aee3b53e4d96e7dfa95 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/renesas/rts7751r2d/setup.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 19b89d9c83d4..1060f428e012 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6894e0a94350e8ba5c5c8342e916fde14df5fb43 +refs/heads/master: 3a353824df7595165a162aee3b53e4d96e7dfa95 diff --git a/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c b/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c index 656fda30ef70..e165d85c03b5 100644 --- a/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c @@ -86,7 +86,8 @@ static struct plat_serial8250_port uart_platform_data[] = { .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, .regshift = 2, .uartclk = (9600 * 16), - } + }, + { 0 }, }; static struct platform_device uart_device = {