aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/init.c')
-rw-r--r--arch/arm/mach-exynos/init.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/mach-exynos/init.c b/arch/arm/mach-exynos/init.c
deleted file mode 100644
index 5b35978029be..000000000000
--- a/arch/arm/mach-exynos/init.c
+++ /dev/null
@@ -1,27 +0,0 @@
1/* linux/arch/arm/mach-exynos4/init.c
2 *
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9*/
10
11#include <linux/serial_core.h>
12
13#include <plat/cpu.h>
14#include <plat/devs.h>
15#include <plat/regs-serial.h>
16
17/* uart registration process */
18void __init exynos4_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
19{
20 struct s3c2410_uartcfg *tcfg = cfg;
21 u32 ucnt;
22
23 for (ucnt = 0; ucnt < no; ucnt++, tcfg++)
24 tcfg->has_fracval = 1;
25
26 s3c24xx_init_uartdevs("exynos4210-uart", s5p_uart_resources, cfg, no);
27}