aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/init.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-05-20 05:51:31 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-20 05:51:31 -0400
commitd48562abe29ceee66a6aad7b565b021ddd7f598a (patch)
tree5f70539f7c3bc90ec9ec0f53c5105e45f8f508f9 /arch/arm/mach-s5pc100/init.c
parent0df04f820b7ca5204329d1c235e509648fa8008d (diff)
parenta73e3e6f8f5847c00edb9dd7aab19d005a3d6e5c (diff)
ARM: Merge for-2635-4/s5pc1xx-removal
Merge branch 'for-2635-4/s5pc1xx-removal' into for-2635-4/partial1
Diffstat (limited to 'arch/arm/mach-s5pc100/init.c')
-rw-r--r--arch/arm/mach-s5pc100/init.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/init.c b/arch/arm/mach-s5pc100/init.c
new file mode 100644
index 000000000000..19d7b523c137
--- /dev/null
+++ b/arch/arm/mach-s5pc100/init.c
@@ -0,0 +1,24 @@
1/* linux/arch/arm/plat-s5pc100/s5pc100-init.c
2 *
3 * Copyright 2009 Samsung Electronics Co.
4 * Byungho Min <bhmin@samsung.com>
5 *
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#include <linux/kernel.h>
13#include <linux/types.h>
14#include <linux/init.h>
15
16#include <plat/cpu.h>
17#include <plat/devs.h>
18#include <plat/s5pc100.h>
19
20/* uart registration process */
21void __init s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
22{
23 s3c24xx_init_uartdevs("s3c6400-uart", s5p_uart_resources, cfg, no);
24}