This is the second set in a series of patches that removes clk.h from clk-provider.h. This allows us to clearly see what provider drivers are using the consumer API (clk.h) by checking the includes. Currently clk.h is included by clk-provider.h even though it doesn't need to so quite a few clk provider drivers are relying on the implicit include.
Cc: Gerhard Sittig <[email protected]> Cc: Scott Wood <[email protected]> Cc: Anatolij Gustschin <[email protected]> Cc: Sören Brinkmann <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Daniel Mack <[email protected]> Cc: Haojian Zhuang <[email protected]> Cc: Robert Jarzmik <[email protected]> Cc: Mark Brown <[email protected]> Cc: Michal Simek <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Ken Xue <[email protected]> Cc: Mika Westerberg <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Cc: Luc Verhaegen <[email protected]> Cc: Hans de Goede <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: David Herrmann <[email protected]> Cc: Tomi Valkeinen <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Stephen Boyd (7): powerpc/512x: clk: Include clk.h staging: clocking-wizard: Include clk.h spi: spi-pxa2xx: Remove clk.h include clocksource: cadence_ttc: Remove clk-provider.h include ACPI: Remove clk.h include simplefb: Include clk.h lib/vsprintf.c: Include clk.h arch/powerpc/platforms/512x/clock-commonclk.c | 1 + drivers/acpi/acpi_apd.c | 1 - drivers/acpi/acpi_lpss.c | 1 - drivers/clocksource/cadence_ttc_timer.c | 1 - drivers/spi/spi-pxa2xx-pci.c | 1 - drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + drivers/video/fbdev/simplefb.c | 1 + lib/vsprintf.c | 1 + 8 files changed, 4 insertions(+), 4 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

