projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bc55f
)
[ARM] 3842/1: S3C2412: Rename LCD device
author
Ben Dooks
<ben-linux@fluff.org>
Wed, 20 Sep 2006 19:46:09 +0000
(20:46 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 25 Sep 2006 09:33:56 +0000
(10:33 +0100)
The S3C2412 LCD controller is different enough
to warrant renaming the platform device.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/s3c2412.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/s3c2412.c
b/arch/arm/mach-s3c2410/s3c2412.c
index a5ec56efd5c53e74de2b7fb7a167952e6b47190a..c38db0715bd3ec34fdef609b94e0cd6991ec3c96 100644
(file)
--- 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";
}