Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbbGJXEy (ORCPT ); Fri, 10 Jul 2015 19:04:54 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60701 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630AbbGJXDg (ORCPT ); Fri, 10 Jul 2015 19:03:36 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Gerhard Sittig , Scott Wood , Anatolij Gustschin , =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Greg Kroah-Hartman , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Mark Brown , Michal Simek , Daniel Lezcano , Ken Xue , Mika Westerberg , "Rafael J. Wysocki" , Luc Verhaegen , Hans de Goede , Geert Uytterhoeven , Maxime Ripard , David Herrmann , Tomi Valkeinen , Geert Uytterhoeven Subject: [PATCH 0/7] Remove clk.h from clk-provider.h (non-clk drivers part) Date: Fri, 10 Jul 2015 16:03:22 -0700 Message-Id: <1436569409-27964-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2464 Lines: 57 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 Cc: Scott Wood Cc: Anatolij Gustschin Cc: Sören Brinkmann Cc: Greg Kroah-Hartman Cc: Daniel Mack Cc: Haojian Zhuang Cc: Robert Jarzmik Cc: Mark Brown Cc: Michal Simek Cc: Daniel Lezcano Cc: Ken Xue Cc: Mika Westerberg Cc: Rafael J. Wysocki Cc: Luc Verhaegen Cc: Hans de Goede Cc: Geert Uytterhoeven Cc: Maxime Ripard Cc: David Herrmann Cc: Tomi Valkeinen Cc: Geert Uytterhoeven 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/