Commit 13ae246db4a02971ef4f557af1f6d3e21d64b710

Authored by Paul Gortmaker
1 parent 6b21d18ed5

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
... ... @@ -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
... ... @@ -14,7 +14,6 @@
14 14 * http://www.gnu.org/copyleft/gpl.html
15 15 */
16 16 #include <linux/init.h>
17   -#include <linux/module.h>
18 17 #include <linux/types.h>
19 18 #include <linux/mm.h>
20 19 #include <linux/interrupt.h>
drivers/dma/imx-sdma.c
... ... @@ -35,7 +35,6 @@
35 35 #include <linux/dmaengine.h>
36 36 #include <linux/of.h>
37 37 #include <linux/of_device.h>
38   -#include <linux/module.h>
39 38  
40 39 #include <asm/irq.h>
41 40 #include <mach/sdma.h>
drivers/media/video/adp1653.c
... ... @@ -33,7 +33,6 @@
33 33 #include <linux/delay.h>
34 34 #include <linux/module.h>
35 35 #include <linux/i2c.h>
36   -#include <linux/module.h>
37 36 #include <linux/slab.h>
38 37 #include <linux/version.h>
39 38 #include <media/adp1653.h>
drivers/mmc/host/sdhci-tegra.c
... ... @@ -23,7 +23,6 @@
23 23 #include <linux/gpio.h>
24 24 #include <linux/mmc/card.h>
25 25 #include <linux/mmc/host.h>
26   -#include <linux/module.h>
27 26  
28 27 #include <asm/gpio.h>
29 28  
drivers/power/max8998_charger.c
... ... @@ -19,7 +19,6 @@
19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 20 */
21 21  
22   -#include <linux/module.h>
23 22 #include <linux/err.h>
24 23 #include <linux/module.h>
25 24 #include <linux/slab.h>
drivers/staging/iio/dac/ad5686.c
... ... @@ -15,7 +15,6 @@
15 15 #include <linux/slab.h>
16 16 #include <linux/sysfs.h>
17 17 #include <linux/regulator/consumer.h>
18   -#include <linux/module.h>
19 18  
20 19 #include "../iio.h"
21 20 #include "../sysfs.h"
drivers/staging/iio/gyro/adis16060_core.c
... ... @@ -14,7 +14,6 @@
14 14 #include <linux/spi/spi.h>
15 15 #include <linux/slab.h>
16 16 #include <linux/sysfs.h>
17   -#include <linux/module.h>
18 17  
19 18 #include "../iio.h"
20 19 #include "../sysfs.h"
drivers/staging/sm7xx/smtcfb.c
... ... @@ -41,7 +41,6 @@
41 41  
42 42 #ifdef CONFIG_PM
43 43 #include <linux/pm.h>
44   -#include <linux/module.h>
45 44 #endif
46 45  
47 46 #include "smtcfb.h"
drivers/usb/dwc3/core.c
... ... @@ -51,7 +51,6 @@
51 51  
52 52 #include <linux/usb/ch9.h>
53 53 #include <linux/usb/gadget.h>
54   -#include <linux/module.h>
55 54  
56 55 #include "core.h"
57 56 #include "gadget.h"
drivers/usb/dwc3/dwc3-omap.c
... ... @@ -46,7 +46,6 @@
46 46 #include <linux/dma-mapping.h>
47 47 #include <linux/ioport.h>
48 48 #include <linux/io.h>
49   -#include <linux/module.h>
50 49  
51 50 #include "core.h"
52 51 #include "io.h"
... ... @@ -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>