Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751554AbaDYVGh (ORCPT ); Fri, 25 Apr 2014 17:06:37 -0400 Received: from mail-ee0-f52.google.com ([74.125.83.52]:33678 "EHLO mail-ee0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751310AbaDYVGc (ORCPT ); Fri, 25 Apr 2014 17:06:32 -0400 Message-ID: <535ACE55.1010609@gmail.com> Date: Fri, 25 Apr 2014 23:06:29 +0200 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Pankaj Dubey , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org CC: kgene.kim@samsung.com, linux@arm.linux.org.uk, t.figa@samsung.com, chow.kim@samsung.com, yg1004.jang@samsung.com, vikas.sajjan@samsung.com, s.nawrocki@samsung.com, b.zolnierkie@samsung.com Subject: Re: [PATCH v2 02/10] ARM: EXYNOS: Cleanup "mach-exynos/common.h" file References: <1396425058-4012-1-git-send-email-pankaj.dubey@samsung.com> <1398429166-5539-1-git-send-email-pankaj.dubey@samsung.com> <1398429166-5539-3-git-send-email-pankaj.dubey@samsung.com> In-Reply-To: <1398429166-5539-3-git-send-email-pankaj.dubey@samsung.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Pankaj, On 25.04.2014 14:32, Pankaj Dubey wrote: > Remove unused and unwanted declarations from "mach-exynos/common.h" > > Signed-off-by: Pankaj Dubey > --- > arch/arm/mach-exynos/common.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h > index 9ef3f83..31c5964 100644 > --- a/arch/arm/mach-exynos/common.h > +++ b/arch/arm/mach-exynos/common.h > @@ -15,14 +15,8 @@ > #include > #include > > -void mct_init(void __iomem *base, int irq_g0, int irq_l0, int irq_l1); > - > -struct map_desc; > -void exynos_init_io(void); > -void exynos_restart(enum reboot_mode mode, const char *cmd); > void exynos_cpuidle_init(void); > void exynos_cpufreq_init(void); Why don't you remove these 2 as well? Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/