From 98e9b24788562912781bcccbdb6f8707b2624ac8 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Mon, 11 Aug 2008 14:59:03 +0900 Subject: [PATCH] --- yaml --- r: 108919 b: refs/heads/master c: 2a5323cd69ff485c1b68960f2b4802cf252558f1 h: refs/heads/master i: 108917: af9fb8d1fa124f7a26d666b0ac4e05d5ce9fcb57 108915: e172630f3fb466c65abe01193a07c86822afed4f 108911: 06fd0cced8886913b698d1098ac77813fbd23d6e v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ca6977951cc3..9a3fba22231b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6ce9ad05f782e6a00aed8432d9513dc394115ce +refs/heads/master: 2a5323cd69ff485c1b68960f2b4802cf252558f1 diff --git a/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index cd6baffdc896..a7412cede534 100644 --- a/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c @@ -45,7 +45,7 @@ static struct platform_device vpu_device = { }; static struct uio_info veu0_platform_data = { - .name = "VEU", + .name = "VEU2H", .version = "0", .irq = 54, }; @@ -73,7 +73,7 @@ static struct platform_device veu0_device = { }; static struct uio_info veu1_platform_data = { - .name = "VEU", + .name = "VEU2H", .version = "0", .irq = 27, };