diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/cpu.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/cpu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/cpu.c b/arch/arm/mach-s3c64xx/cpu.c index 410d688a6910..374e45e566b8 100644 --- a/arch/arm/mach-s3c64xx/cpu.c +++ b/arch/arm/mach-s3c64xx/cpu.c | |||
@@ -129,6 +129,12 @@ static struct sys_device s3c64xx_sysdev = { | |||
129 | .cls = &s3c64xx_sysclass, | 129 | .cls = &s3c64xx_sysclass, |
130 | }; | 130 | }; |
131 | 131 | ||
132 | /* uart registration process */ | ||
133 | |||
134 | void __init s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) | ||
135 | { | ||
136 | s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no); | ||
137 | } | ||
132 | 138 | ||
133 | /* read cpu identification code */ | 139 | /* read cpu identification code */ |
134 | 140 | ||