diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-04 15:29:09 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 16:26:16 +0000 |
commit | dbf35992e17334f9ae8b2ea35e795d0c264e57ef (patch) | |
tree | 6af4f6534787dfbaba03046aa07177639240126c /arch/arm/plat-s3c | |
parent | bdd4915a9f05ef6b41b51910b199f2668f20d2ef (diff) | |
download | linux-3.10-dbf35992e17334f9ae8b2ea35e795d0c264e57ef.tar.gz linux-3.10-dbf35992e17334f9ae8b2ea35e795d0c264e57ef.tar.bz2 linux-3.10-dbf35992e17334f9ae8b2ea35e795d0c264e57ef.zip |
[ARM] S3C24XX: Add fourth UART definition for S3C2443
Add the fourth UART definition for the S3C2443, and at the
same time fixup the problems caused by the enlarging of the
UART array in the previous commits.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/regs-serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/regs-serial.h b/arch/arm/plat-s3c/include/plat/regs-serial.h index 3ca28585cf8..487d7d2a7e1 100644 --- a/arch/arm/plat-s3c/include/plat/regs-serial.h +++ b/arch/arm/plat-s3c/include/plat/regs-serial.h @@ -238,7 +238,7 @@ struct s3c2410_uartcfg { * or platform_add_device() before the console_initcall() */ -extern struct platform_device *s3c24xx_uart_devs[3]; +extern struct platform_device *s3c24xx_uart_devs[4]; #endif /* __ASSEMBLY__ */ |