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 <g...@denx.de>
Cc: Scott Wood <scottw...@freescale.com>
Cc: Anatolij Gustschin <ag...@denx.de>
Cc: Sören Brinkmann <soren.brinkm...@xilinx.com>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Cc: Daniel Mack <dan...@zonque.org>
Cc: Haojian Zhuang <haojian.zhu...@gmail.com>
Cc: Robert Jarzmik <robert.jarz...@free.fr>
Cc: Mark Brown <broo...@kernel.org>
Cc: Michal Simek <michal.si...@xilinx.com>
Cc: Daniel Lezcano <daniel.lezc...@linaro.org>
Cc: Ken Xue <ken....@amd.com>
Cc: Mika Westerberg <mika.westerb...@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wyso...@intel.com>
Cc: Luc Verhaegen <l...@skynet.be>
Cc: Hans de Goede <hdego...@redhat.com>
Cc: Geert Uytterhoeven <ge...@linux-m68k.org>
Cc: Maxime Ripard <maxime.rip...@free-electrons.com>
Cc: David Herrmann <dh.herrm...@gmail.com>
Cc: Tomi Valkeinen <tomi.valkei...@ti.com>
Cc: Geert Uytterhoeven <geert+rene...@glider.be>

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to