From patchwork Mon Nov 5 14:32:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Abraham X-Patchwork-Id: 1697851 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 2898C3FCA5 for ; Mon, 5 Nov 2012 14:22:46 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TVNWu-0000yy-Eg; Mon, 05 Nov 2012 14:19:57 +0000 Received: from mailout3.samsung.com ([203.254.224.33]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TVNLN-0001dd-BV for linux-arm-kernel@lists.infradead.org; Mon, 05 Nov 2012 14:08:04 +0000 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MD000DJ4PWYV4C0@mailout3.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 05 Nov 2012 23:07:56 +0900 (KST) X-AuditID: cbfee61a-b7fa66d0000004cf-0a-5097c83c1c0c Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 8B.59.01231.C38C7905; Mon, 05 Nov 2012 23:07:56 +0900 (KST) Received: from localhost.localdomain ([107.108.73.37]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MD000JO6PW5FMA0@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 05 Nov 2012 23:07:56 +0900 (KST) From: Thomas Abraham To: linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: Exynos: remove unused init_uarts callback for exynos4x12 platforms Date: Mon, 05 Nov 2012 20:02:53 +0530 Message-id: <1352125973-24228-1-git-send-email-thomas.abraham@linaro.org> X-Mailer: git-send-email 1.6.6.rc2 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrJJMWRmVeSWpSXmKPExsVy+t9jQV2bE9MDDKad4rbY9PgaqwOjx+Yl 9QGMUVw2Kak5mWWpRfp2CVwZV+fcZSmYxlHx4d9UlgbGC2xdjJwcEgImElM3b2OEsMUkLtxb DxTn4hASmM4osfzQXkYIZz2TxO2lq1lBqtgEDCQeLXzHDmKLCKhKfG5bAGYzC9hLzPvdBjZJ WCBK4uzN1WAbWIBqjr+aBBTn4OAV8JS4PDcPYpmSxIbeo0wTGLkXMDKsYhRNLUguKE5KzzXU K07MLS7NS9dLzs/dxAj24DOpHYwrGywOMQpwMCrx8M4Umx4gxJpYVlyZe4hRgoNZSYSXgwEo xJuSWFmVWpQfX1Sak1p8iFGag0VJnLfZIyVASCA9sSQ1OzW1ILUIJsvEwSnVwLjE5se95Uf4 5q575rDYp+eW1uQ/f2fyPshdd9Za7eqW2nl2EQl6ycUMEmvXcqx69XOftP+c1h2PL067s9yw K2iPLkuLlvyKXrc5LIJOp1IeV4fMUorurLR5snxu7fwXTLsePsg4kOFZp5vTULog6cuNb2dD r2fdX9zJfP9S6klLuQdLVlaWvPunxFKckWioxVxUnAgAICdSaNwBAAA= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121105_090802_635679_8805BC65 X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.33 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org All the Exynos4x12 based platforms use only device tree based boot. So remove the unused 'init_uarts' callback from exynos cpu_ids table. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/common.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 56844d1..ce91cba 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -78,7 +78,6 @@ static struct cpu_table cpu_ids[] __initdata = { .idmask = EXYNOS4_CPU_MASK, .map_io = exynos4_map_io, .init_clocks = exynos4_init_clocks, - .init_uarts = exynos_init_uarts, .init = exynos_init, .name = name_exynos4212, }, { @@ -86,7 +85,6 @@ static struct cpu_table cpu_ids[] __initdata = { .idmask = EXYNOS4_CPU_MASK, .map_io = exynos4_map_io, .init_clocks = exynos4_init_clocks, - .init_uarts = exynos_init_uarts, .init = exynos_init, .name = name_exynos4412, }, {