[PATCH] ARM: Use generic clkdev.h header
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-28 12:33:20
Also in:
linux-clk, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-01-28 12:33:20
Also in:
linux-clk, lkml
On Wednesday 27 January 2016 14:11:42 Stephen Boyd wrote:
Get rid of the clkdev.h file in the ARM port and use the generic one because we've gotten rid of all the machine specific mach/clkdev.h files. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Stephen Boyd <redacted>
Ah, nice! I had not even noticed it was the last one. The file is still also referenced by arch/arm/plat-versatile/clock.c, but we don't build that file any more and should remove it as well. Arnd