[PATCH v4 15/19] ARM: samsung: remove unused tick.h
From: Rob Herring <hidden>
Date: 2013-01-03 22:19:26
Also in:
linux-samsung-soc
From: Rob Herring <hidden>
Date: 2013-01-03 22:19:26
Also in:
linux-samsung-soc
On 01/03/2013 03:51 PM, Arnd Bergmann wrote:
On Thursday 03 January 2013, Rob Herring wrote:quoted
From: Rob Herring <redacted> Remove tick.h on s5p64x0 and s5pv210 as they are unused. Signed-off-by: Rob Herring <redacted> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <redacted> 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.hThe second half of the patch does not relate to the description, and the first half looks correct but out of place here.
The first half is relevant in that it eliminates an occurrence of VIC defines, but could be applied separately. I'm not sure what happened with mach-s5p64x0/include/mach/tick.h as that should be removed too. The second half should be in patch 19. Rob
Did you accidentally fold another patch into the one you wanted, or am I just misreading the intention of the patch? Arnd