linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Fix implicit includes of <module.h> that will break.
@ 2015-05-01  1:47 Paul Gortmaker
  2015-05-01  1:47 ` [PATCH 01/11] drivers/crypto: include <module.h> for modular caam code Paul Gortmaker
                   ` (11 more replies)
  0 siblings, 12 replies; 33+ messages in thread
From: Paul Gortmaker @ 2015-05-01  1:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Paul Gortmaker

The files changed here are simply modular source files that are implicitly
relying on <module.h> 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
another pending series.

This is the second series; a pseudo followup to the 1st series[1] factored out
from what was a previously larger series[2] so that there is a common theme and
lower patch count to ease review.

In this case the addition of module.h include to several files is the common
theme, and it is a no-op from a code generation point of view, and even from
a compile point of view at this point in time.

There are probably lots more implicit includes of <module.h> in tree, but
these are the ones that must be fixed in order to avoid build breakage
fallout for the pending module.h <---> init.h code relocations.

Paul.

[1] https://lkml.org/lkml/2015/4/27/777
[2] https://marc.info/?l=linux-kernel&m=139033951228828

---

Paul Gortmaker (11):
  drivers/crypto: include <module.h> for modular caam code
  drivers/clk: include <module.h> for clk-max77xxx modular code
  drivers/gpio: include <module.h> for modular crystalcove code
  drivers/gpu: include <module.h> for modular rockchip code
  drivers/hsi: include <module.h> for modular omap_ssi code
  drivers/net: include <module.h> for modular stmmac_platform code
  drivers/pcmcia: include <module.h> for modular xxs1500_ss code
  drivers/pcmcia: include <module.h> for modular max77802 code
  drivers/scsi: include <module.h> for modular ufshcd-pltfrm code
  drivers/staging: include <module.h> for modular android tegra_ion code
  sh: mach-highlander/psw.c is tristate and should use module.h

 arch/sh/boards/mach-highlander/psw.c                  | 2 +-
 drivers/clk/clk-max77686.c                            | 1 +
 drivers/clk/clk-max77802.c                            | 1 +
 drivers/crypto/caam/ctrl.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/net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 +
 drivers/pcmcia/xxs1500_ss.c                           | 1 +
 drivers/regulator/max77802.c                          | 1 +
 drivers/scsi/ufs/ufshcd-pltfrm.c                      | 1 +
 drivers/staging/android/ion/tegra/tegra_ion.c         | 1 +
 13 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.2.1


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2015-06-17  0:36 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-01  1:47 [PATCH 00/11] Fix implicit includes of <module.h> that will break Paul Gortmaker
2015-05-01  1:47 ` [PATCH 01/11] drivers/crypto: include <module.h> for modular caam code Paul Gortmaker
2015-05-01  3:24   ` Herbert Xu
2015-05-01 13:40     ` Paul Gortmaker
2015-05-01  1:47 ` [PATCH 02/11] drivers/clk: include <module.h> for clk-max77xxx modular code Paul Gortmaker
2015-05-01 21:37   ` Stephen Boyd
2015-05-02  0:29     ` Paul Gortmaker
2015-05-01  1:47 ` [PATCH 03/11] drivers/gpio: include <module.h> for modular crystalcove code Paul Gortmaker
2015-05-12  7:38   ` Linus Walleij
2015-05-01  1:47 ` [PATCH 04/11] drivers/gpu: include <module.h> for modular rockchip code Paul Gortmaker
2015-05-01  1:47 ` [PATCH 05/11] drivers/hsi: include <module.h> for modular omap_ssi code Paul Gortmaker
2015-05-01  1:47 ` [PATCH 06/11] drivers/net: include <module.h> for modular stmmac_platform code Paul Gortmaker
2015-05-04  3:40   ` David Miller
2015-05-01  1:47 ` [PATCH 07/11] drivers/pcmcia: include <module.h> for modular xxs1500_ss code Paul Gortmaker
2015-05-04  9:32   ` Wolfram Sang
2015-05-01  1:47 ` [PATCH 08/11] drivers/pcmcia: include <module.h> for modular max77802 code Paul Gortmaker
2015-05-01 10:11   ` Mark Brown
2015-05-01 13:34     ` Paul Gortmaker
2015-05-01 14:04       ` Mark Brown
2015-05-01  1:47 ` [PATCH 09/11] drivers/scsi: include <module.h> for modular ufshcd-pltfrm code Paul Gortmaker
2015-05-01  2:35   ` James Bottomley
2015-05-01 13:37     ` Paul Gortmaker
2015-05-01 13:43       ` James Bottomley
2015-05-01  1:47 ` [PATCH 10/11] drivers/staging: include <module.h> for modular android tegra_ion code Paul Gortmaker
2015-05-01  1:47 ` [PATCH 11/11] sh: mach-highlander/psw.c is tristate and should use module.h Paul Gortmaker
2015-06-03 21:18 ` [PATCH] drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code Paul Gortmaker
2015-06-04  2:00   ` Krzysztof Kozlowski
2015-06-04  2:32   ` Viresh Kumar
2015-06-15 23:47   ` Rafael J. Wysocki
2015-06-15 23:53     ` Krzysztof Kozlowski
2015-06-16  3:28       ` Paul Gortmaker
2015-06-16 15:29       ` Paul Gortmaker
2015-06-17  0:36         ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).