From: Ben Dooks Date: Wed, 20 Sep 2006 19:46:09 +0000 (+0100) Subject: [ARM] 3842/1: S3C2412: Rename LCD device X-Git-Tag: v2.6.19-rc1~885^2~35 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=72d70d06d8e431f40fc2d41710615735c0a84aed;p=powerpc.git [ARM] 3842/1: S3C2412: Rename LCD device The S3C2412 LCD controller is different enough to warrant renaming the platform device. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2410/s3c2412.c b/arch/arm/mach-s3c2410/s3c2412.c index a5ec56efd5..c38db0715b 100644 --- a/arch/arm/mach-s3c2410/s3c2412.c +++ b/arch/arm/mach-s3c2410/s3c2412.c @@ -83,6 +83,7 @@ void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) /* rename devices that are s3c2412/s3c2413 specific */ s3c_device_sdi.name = "s3c2412-sdi"; + s3c_device_lcd.name = "s3c2412-lcd"; s3c_device_nand.name = "s3c2412-nand"; }