Commit 13ae246db4a02971ef4f557af1f6d3e21d64b710
1 parent
6b21d18ed5
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
includecheck: delete any duplicate instances of module.h
Different tree maintainers picked up independently generated trivial compile fixes based on linux-next testing, resulting in some cases where a file would have got more than one addition of module.h once everything was all merged together. Delete any duplicates so includecheck isn't complaining about anything related to module.h/export.h changes. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Showing 12 changed files with 0 additions and 12 deletions Side-by-side Diff
- arch/blackfin/mach-bf537/boards/pnav10.c
- drivers/dma/imx-dma.c
- drivers/dma/imx-sdma.c
- drivers/media/video/adp1653.c
- drivers/mmc/host/sdhci-tegra.c
- drivers/power/max8998_charger.c
- drivers/staging/iio/dac/ad5686.c
- drivers/staging/iio/gyro/adis16060_core.c
- drivers/staging/sm7xx/smtcfb.c
- drivers/usb/dwc3/core.c
- drivers/usb/dwc3/dwc3-omap.c
- kernel/params.c
arch/blackfin/mach-bf537/boards/pnav10.c
... | ... | @@ -101,7 +101,6 @@ |
101 | 101 | |
102 | 102 | #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE) |
103 | 103 | #include <linux/bfin_mac.h> |
104 | -#include <linux/export.h> | |
105 | 104 | static const unsigned short bfin_mac_peripherals[] = P_RMII0; |
106 | 105 | |
107 | 106 | static struct bfin_phydev_platform_data bfin_phydev_data[] = { |
drivers/dma/imx-dma.c
drivers/dma/imx-sdma.c
drivers/media/video/adp1653.c
drivers/mmc/host/sdhci-tegra.c
drivers/power/max8998_charger.c
drivers/staging/iio/dac/ad5686.c
drivers/staging/iio/gyro/adis16060_core.c
drivers/staging/sm7xx/smtcfb.c
drivers/usb/dwc3/core.c
drivers/usb/dwc3/dwc3-omap.c
kernel/params.c
... | ... | @@ -15,7 +15,6 @@ |
15 | 15 | along with this program; if not, write to the Free Software |
16 | 16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
17 | 17 | */ |
18 | -#include <linux/module.h> | |
19 | 18 | #include <linux/kernel.h> |
20 | 19 | #include <linux/string.h> |
21 | 20 | #include <linux/errno.h> |