[PATCH 0/3] remove clk-private.h

From: Michael Turquette
Date: Fri Jan 30 2015 - 16:25:43 EST


The clk-private.h header was always a nasty hack from the early days of
the common clk framework. Clock provider drivers have slowly migrated
away from it and we are now at a point to remove it completely and hide
its contents in drivers/clk/clk.c so that code outside of the core clk
framework cannot dereference these bookkeeping pointers.

This series removes the last two remaining references to the header,
migrates the struct definitions to clk.c and deletes the header.

Michael Turquette (3):
arm: omap2+ remove dead clock code
pci: xgene: do not use clk-private.h
clk: remove clk-private.h

arch/arm/mach-omap2/clock.c | 16 ---
arch/arm/mach-omap2/clock.h | 5 -
arch/arm/mach-omap2/clock_common_data.c | 14 --
drivers/clk/clk.c | 45 +++++-
drivers/pci/host/pci-xgene.c | 2 +-
include/linux/clk-private.h | 243 --------------------------------
6 files changed, 45 insertions(+), 280 deletions(-)
delete mode 100644 include/linux/clk-private.h

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/