From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 28 Jan 2016 23:07:58 +0100 Subject: [PATCH] ARM: Use generic clkdev.h header In-Reply-To: <20160128201238.GN12841@codeaurora.org> References: <1453932702-6930-1-git-send-email-sboyd@codeaurora.org> <6141409.WI4q6BtOxa@wuerfel> <20160128201238.GN12841@codeaurora.org> Message-ID: <7387260.8XnD1ditcY@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 28 January 2016 12:12:38 Stephen Boyd wrote: > From: Stephen Boyd > Subject: [PATCH] ARM: plat-versatile: Remove unused clock.c file > > This file isn't compiled anymore because PLAT_VERSATILE_CLOCK is > never selected. Remove the file and the config. > > Signed-off-by: Stephen Boyd > --- > arch/arm/plat-versatile/Kconfig | 3 -- > arch/arm/plat-versatile/Makefile | 1 - > arch/arm/plat-versatile/clock.c | 74 ---------------------------------------- > 3 files changed, 78 deletions(-) > delete mode 100644 arch/arm/plat-versatile/clock.c > Looks good, I've added it to my todo list for arm-soc in 4.6. I think Linus Walleij has some related work pending, so I'll let him Ack this patch or pick it up in his tree if he prefers. Acked-by: Arnd Bergmann Arnd