From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbbF3Hed (ORCPT ); Tue, 30 Jun 2015 03:34:33 -0400 Received: from mail1.windriver.com ([147.11.146.13]:61620 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080AbbF3He0 (ORCPT ); Tue, 30 Jun 2015 03:34:26 -0400 Date: Tue, 30 Jun 2015 03:32:24 -0400 From: Paul Gortmaker To: CC: Subject: [GIT PULL] Fix implicit users that will break later. Message-ID: <20150630073224.GD8349@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The files changed here are simply modular source files that are implicitly relying on being present. We fix them up now, so that we can decouple some of the module related init code from the core init code in the future. The addition of the module.h include to several files here is also a no-op from a code generation point of view, else there would already be compile issues with these files today. There may be lots more implicit includes of in tree, but these are the ones that extensive build test coverage has shown that must be fixed in order to avoid build breakage fallout for the pending module.h <---> init.h code relocation we desire to complete. Original posting: "Fix implicit includes of that will break." https://lkml.kernel.org/r/1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com Thanks, Paul. --- The following changes since commit 0f57d86787d8b1076ea8f9cbdddda2a46d534a27: Linux 4.1-rc8 (2015-06-14 15:51:10 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tags/module-implicit-v4.1-rc8 for you to fetch changes up to 7cac34370a4dde12e6430c2f0985926d4ef0f459: frv: add module.h to mb93090-mb00/flash.c to avoid compile fail (2015-06-16 14:12:26 -0400) ---------------------------------------------------------------- Fix up implicit users that will break later. ---------------------------------------------------------------- Paul Gortmaker (11): drivers/clk: include for clk-max77xxx modular code drivers/gpio: include for modular crystalcove code drivers/gpu: include for modular rockchip code drivers/hsi: include for modular omap_ssi code drivers/pcmcia: include for modular xxs1500_ss code drivers/regulator: include for modular max77802 code sh: mach-highlander/psw.c is tristate and should use module.h crypto/asymmetric_keys: pkcs7_key_type needs module.h drivers/staging: include for modular android tegra_ion code drivers/cpufreq: include for modular exynos-cpufreq.c code frv: add module.h to mb93090-mb00/flash.c to avoid compile fail arch/frv/mb93090-mb00/flash.c | 2 +- arch/sh/boards/mach-highlander/psw.c | 2 +- crypto/asymmetric_keys/pkcs7_key_type.c | 1 + drivers/clk/clk-max77686.c | 1 + drivers/clk/clk-max77802.c | 1 + drivers/cpufreq/exynos-cpufreq.c | 1 + drivers/gpio/gpio-crystalcove.c | 1 + drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 1 + drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 1 + drivers/hsi/controllers/omap_ssi.h | 1 + drivers/pcmcia/xxs1500_ss.c | 1 + drivers/regulator/max77802.c | 1 + drivers/staging/android/ion/tegra/tegra_ion.c | 1 + 13 files changed, 13 insertions(+), 2 deletions(-)