Commit 3c699105d0376c14940ce7cf561754a94cdff8dd

Authored by Paul Gortmaker
Committed by Lee Jones
1 parent 52397fe18d

mfd: Delete non-required instances of include <linux/init.h>

None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

Showing 21 changed files with 0 additions and 21 deletions Side-by-side Diff

drivers/iio/adc/twl4030-madc.c
... ... @@ -29,7 +29,6 @@
29 29 *
30 30 */
31 31  
32   -#include <linux/init.h>
33 32 #include <linux/device.h>
34 33 #include <linux/interrupt.h>
35 34 #include <linux/kernel.h>
drivers/mfd/adp5520.c
... ... @@ -20,7 +20,6 @@
20 20 #include <linux/kernel.h>
21 21 #include <linux/module.h>
22 22 #include <linux/platform_device.h>
23   -#include <linux/init.h>
24 23 #include <linux/slab.h>
25 24 #include <linux/interrupt.h>
26 25 #include <linux/irq.h>
drivers/mfd/cs5535-mfd.c
... ... @@ -23,7 +23,6 @@
23 23 */
24 24  
25 25 #include <linux/kernel.h>
26   -#include <linux/init.h>
27 26 #include <linux/mfd/core.h>
28 27 #include <linux/module.h>
29 28 #include <linux/pci.h>
drivers/mfd/janz-cmodio.c
... ... @@ -13,7 +13,6 @@
13 13  
14 14 #include <linux/kernel.h>
15 15 #include <linux/module.h>
16   -#include <linux/init.h>
17 16 #include <linux/pci.h>
18 17 #include <linux/interrupt.h>
19 18 #include <linux/delay.h>
drivers/mfd/lpc_ich.c
... ... @@ -58,7 +58,6 @@
58 58  
59 59 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
60 60  
61   -#include <linux/init.h>
62 61 #include <linux/kernel.h>
63 62 #include <linux/module.h>
64 63 #include <linux/errno.h>
drivers/mfd/lpc_sch.c
... ... @@ -23,7 +23,6 @@
23 23 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 24 */
25 25  
26   -#include <linux/init.h>
27 26 #include <linux/kernel.h>
28 27 #include <linux/module.h>
29 28 #include <linux/errno.h>
drivers/mfd/mcp-sa11x0.c
... ... @@ -12,7 +12,6 @@
12 12 * MCP read/write timeouts from Jordi Colomer, rehacked by rmk.
13 13 */
14 14 #include <linux/module.h>
15   -#include <linux/init.h>
16 15 #include <linux/io.h>
17 16 #include <linux/errno.h>
18 17 #include <linux/kernel.h>
drivers/mfd/pcf50633-adc.c
... ... @@ -19,7 +19,6 @@
19 19 #include <linux/kernel.h>
20 20 #include <linux/slab.h>
21 21 #include <linux/module.h>
22   -#include <linux/init.h>
23 22 #include <linux/device.h>
24 23 #include <linux/platform_device.h>
25 24 #include <linux/completion.h>
drivers/mfd/rc5t583-irq.c
... ... @@ -22,7 +22,6 @@
22 22 */
23 23 #include <linux/interrupt.h>
24 24 #include <linux/irq.h>
25   -#include <linux/init.h>
26 25 #include <linux/i2c.h>
27 26 #include <linux/mfd/rc5t583.h>
28 27  
drivers/mfd/rdc321x-southbridge.c
... ... @@ -19,7 +19,6 @@
19 19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 20 *
21 21 */
22   -#include <linux/init.h>
23 22 #include <linux/module.h>
24 23 #include <linux/kernel.h>
25 24 #include <linux/platform_device.h>
drivers/mfd/retu-mfd.c
... ... @@ -19,7 +19,6 @@
19 19 #include <linux/err.h>
20 20 #include <linux/i2c.h>
21 21 #include <linux/irq.h>
22   -#include <linux/init.h>
23 22 #include <linux/slab.h>
24 23 #include <linux/mutex.h>
25 24 #include <linux/module.h>
drivers/mfd/smsc-ece1099.c
... ... @@ -13,7 +13,6 @@
13 13  
14 14 #include <linux/module.h>
15 15 #include <linux/moduleparam.h>
16   -#include <linux/init.h>
17 16 #include <linux/slab.h>
18 17 #include <linux/i2c.h>
19 18 #include <linux/gpio.h>
drivers/mfd/ti-ssp.c
... ... @@ -23,7 +23,6 @@
23 23 #include <linux/module.h>
24 24 #include <linux/slab.h>
25 25 #include <linux/err.h>
26   -#include <linux/init.h>
27 26 #include <linux/wait.h>
28 27 #include <linux/clk.h>
29 28 #include <linux/interrupt.h>
drivers/mfd/ti_am335x_tscadc.c
... ... @@ -14,7 +14,6 @@
14 14 */
15 15  
16 16 #include <linux/module.h>
17   -#include <linux/init.h>
18 17 #include <linux/slab.h>
19 18 #include <linux/err.h>
20 19 #include <linux/io.h>
drivers/mfd/tps65912-core.c
... ... @@ -15,7 +15,6 @@
15 15  
16 16 #include <linux/module.h>
17 17 #include <linux/moduleparam.h>
18   -#include <linux/init.h>
19 18 #include <linux/slab.h>
20 19 #include <linux/gpio.h>
21 20 #include <linux/mfd/core.h>
drivers/mfd/tps65912-irq.c
... ... @@ -15,7 +15,6 @@
15 15  
16 16 #include <linux/kernel.h>
17 17 #include <linux/module.h>
18   -#include <linux/init.h>
19 18 #include <linux/bug.h>
20 19 #include <linux/device.h>
21 20 #include <linux/interrupt.h>
drivers/mfd/twl4030-irq.c
... ... @@ -27,7 +27,6 @@
27 27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 28 */
29 29  
30   -#include <linux/init.h>
31 30 #include <linux/export.h>
32 31 #include <linux/interrupt.h>
33 32 #include <linux/irq.h>
drivers/mfd/twl6030-irq.c
... ... @@ -31,7 +31,6 @@
31 31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32 32 */
33 33  
34   -#include <linux/init.h>
35 34 #include <linux/export.h>
36 35 #include <linux/interrupt.h>
37 36 #include <linux/irq.h>
drivers/mfd/vexpress-config.c
... ... @@ -16,7 +16,6 @@
16 16 #include <linux/bitops.h>
17 17 #include <linux/completion.h>
18 18 #include <linux/export.h>
19   -#include <linux/init.h>
20 19 #include <linux/list.h>
21 20 #include <linux/of.h>
22 21 #include <linux/of_device.h>
drivers/mfd/wm8350-core.c
... ... @@ -14,7 +14,6 @@
14 14  
15 15 #include <linux/kernel.h>
16 16 #include <linux/module.h>
17   -#include <linux/init.h>
18 17 #include <linux/slab.h>
19 18 #include <linux/bug.h>
20 19 #include <linux/device.h>
drivers/mfd/wm8350-irq.c
... ... @@ -14,7 +14,6 @@
14 14  
15 15 #include <linux/kernel.h>
16 16 #include <linux/module.h>
17   -#include <linux/init.h>
18 17 #include <linux/bug.h>
19 18 #include <linux/device.h>
20 19 #include <linux/interrupt.h>