This series, based on current modules-next, is part of a treewide cleanup suggested by Luis Chamberlain, to remove the LICENSE_MODULE usage from files/objects that are not tristate. Due to recent changes to kbuild, these uses are now problematic. See the commit logs for more details. (The commit log prefixes and Cc lists are automatically determined using the script mentioned below. I've eyeballed them, and they seem reasonable: my apologies if they are not.) I'll be sending a third 24-patch tranche in a few days if this one doesn't blow up. (In total, there are 121 patches in this series.) The series at a whole can be found here: https://github.com/nickalcock/linux module-license The patch splitter (not for upstreaming!) used to prepare these commits can be found here: https://github.com/nickalcock/linux mass-split Cc: Luis Chamberlain <mcgrof@xxxxxxxxxx> Cc: linux-modules@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: asahi@xxxxxxxxxxxxxxx Cc: dmaengine@xxxxxxxxxxxxxxx Cc: linux-acpi@xxxxxxxxxxxxxxx Cc: linux-actions@xxxxxxxxxxxxxxxxxxx Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: linux-clk@xxxxxxxxxxxxxxx Cc: linux-edac@xxxxxxxxxxxxxxx Cc: linux-gpio@xxxxxxxxxxxxxxx Cc: linux-gpio@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-modules@xxxxxxxxxxxxxxx Cc: linux-pci@xxxxxxxxxxxxxxx Cc: linux-pm@xxxxxxxxxxxxxxx Cc: linux-samsung-soc@xxxxxxxxxxxxxxx Cc: linux-serial@xxxxxxxxxxxxxxx Cc: linux-sunxi@xxxxxxxxxxxxxxx Cc: linux-tegra@xxxxxxxxxxxxxxx Nick Alcock (24): kbuild, soc: fujitsu: remove MODULE_LICENSE in non-modules kbuild, PCI: remove MODULE_LICENSE in non-modules kbuild, mfd: altera-sysmgr: remove MODULE_LICENSE in non-modules kbuild, irqchip/al-fic: remove MODULE_LICENSE in non-modules kbuild, cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules kbuild, binder: remove MODULE_LICENSE in non-modules kbuild, bus: arm-integrator-lm: remove MODULE_LICENSE in non-modules kbuild, drivers/perf: remove MODULE_LICENSE in non-modules kbuild, ARM: tegra: remove MODULE_LICENSE in non-modules kbuild, pinctrl: actions: remove MODULE_LICENSE in non-modules kbuild, soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modules kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules kbuild, clk: bm1880: remove MODULE_LICENSE in non-modules kbuild, firmware: imx: remove MODULE_LICENSE in non-modules kbuild, bus: ixp4xx: remove MODULE_LICENSE in non-modules kbuild, irqchip/mvebu-pic: remove MODULE_LICENSE in non-modules kbuild, pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modules kbuild, bus: qcom: remove MODULE_LICENSE in non-modules kbuild, bus: remove MODULE_LICENSE in non-modules kbuild, gpio: remove MODULE_LICENSE in non-modules kbuild, serial: remove MODULE_LICENSE in non-modules kbuild, dmaengine: s3c24xx: remove MODULE_LICENSE in non-modules kbuild, EDAC, altera: remove MODULE_LICENSE in non-modules kbuild, power: reset: keystone-reset: remove MODULE_LICENSE in non-modules drivers/amba/tegra-ahb.c | 1 - drivers/android/binder.c | 1 - drivers/bus/arm-integrator-lm.c | 1 - drivers/bus/imx-weim.c | 1 - drivers/bus/intel-ixp4xx-eb.c | 1 - drivers/bus/qcom-ebi2.c | 1 - drivers/bus/qcom-ssc-block-bus.c | 1 - drivers/clk/clk-bm1880.c | 1 - drivers/cpufreq/amd-pstate.c | 1 - drivers/dma/s3c24xx-dma.c | 1 - drivers/edac/altera_edac.c | 1 - drivers/firmware/imx/imx-scu.c | 1 - drivers/firmware/imx/scu-pd.c | 1 - drivers/gpio/gpio-rda.c | 1 - drivers/irqchip/irq-al-fic.c | 1 - drivers/irqchip/irq-mvebu-pic.c | 1 - drivers/mfd/altera-sysmgr.c | 1 - drivers/pci/hotplug/acpiphp_core.c | 1 - drivers/perf/apple_m1_cpu_pmu.c | 1 - drivers/pinctrl/actions/pinctrl-s500.c | 1 - drivers/pinctrl/actions/pinctrl-s700.c | 1 - drivers/pinctrl/actions/pinctrl-s900.c | 1 - drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 1 - drivers/power/reset/keystone-reset.c | 1 - drivers/soc/apple/apple-pmgr-pwrstate.c | 1 - drivers/soc/fujitsu/a64fx-diag.c | 1 - drivers/soc/sunxi/sunxi_sram.c | 1 - drivers/tty/serial/rda-uart.c | 1 - 28 files changed, 28 deletions(-) -- 2.39.1.268.g9de2f9a303