From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 15/19] ARM: samsung: remove unused tick.h Date: Thu, 3 Jan 2013 21:51:32 +0000 Message-ID: <201301032151.32337.arnd@arndb.de> References: <1357235668-9450-1-git-send-email-robherring2@gmail.com> <1357235668-9450-16-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:63708 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753737Ab3ACVvu (ORCPT ); Thu, 3 Jan 2013 16:51:50 -0500 In-Reply-To: <1357235668-9450-16-git-send-email-robherring2@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Rob Herring Cc: linux-arm-kernel@lists.infradead.org, Russell King , Olof Johansson , thomas.petazzoni@free-electrons.com, Rob Herring , Ben Dooks , Kukjin Kim , linux-samsung-soc@vger.kernel.org On Thursday 03 January 2013, Rob Herring wrote: > From: Rob Herring > > Remove tick.h on s5p64x0 and s5pv210 as they are unused. > > Signed-off-by: Rob Herring > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: linux-samsung-soc@vger.kernel.org > --- > arch/arm/mach-s5pv210/include/mach/tick.h | 26 -------------------------- > arch/arm/plat-samsung/s5p-irq-eint.c | 1 + > 2 files changed, 1 insertion(+), 26 deletions(-) > delete mode 100644 arch/arm/mach-s5pv210/include/mach/tick.h The second half of the patch does not relate to the description, and the first half looks correct but out of place here. Did you accidentally fold another patch into the one you wanted, or am I just misreading the intention of the patch? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 3 Jan 2013 21:51:32 +0000 Subject: [PATCH v4 15/19] ARM: samsung: remove unused tick.h In-Reply-To: <1357235668-9450-16-git-send-email-robherring2@gmail.com> References: <1357235668-9450-1-git-send-email-robherring2@gmail.com> <1357235668-9450-16-git-send-email-robherring2@gmail.com> Message-ID: <201301032151.32337.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 03 January 2013, Rob Herring wrote: > From: Rob Herring > > Remove tick.h on s5p64x0 and s5pv210 as they are unused. > > Signed-off-by: Rob Herring > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: linux-samsung-soc at vger.kernel.org > --- > arch/arm/mach-s5pv210/include/mach/tick.h | 26 -------------------------- > arch/arm/plat-samsung/s5p-irq-eint.c | 1 + > 2 files changed, 1 insertion(+), 26 deletions(-) > delete mode 100644 arch/arm/mach-s5pv210/include/mach/tick.h The second half of the patch does not relate to the description, and the first half looks correct but out of place here. Did you accidentally fold another patch into the one you wanted, or am I just misreading the intention of the patch? Arnd