mfd: Delete non-required instances of include <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 5 Nov 2014 01:39:06 +0000 (09:39 +0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:25:26 +0000 (09:25 +0900)
commit20d3a9acbe0c21b57395b7cc6b1e5a8264c2745a
treea76931ef2616ee873670891ccf5e88531322bed6
parent50c7389d9749c40338b87a263bf4587ea1d30118
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>
(cherry picked from commit 3c699105d0376c14940ce7cf561754a94cdff8dd)

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
21 files changed:
drivers/mfd/adp5520.c
drivers/mfd/cs5535-mfd.c
drivers/mfd/janz-cmodio.c
drivers/mfd/lpc_ich.c
drivers/mfd/lpc_sch.c
drivers/mfd/mcp-sa11x0.c
drivers/mfd/pcf50633-adc.c
drivers/mfd/rc5t583-irq.c
drivers/mfd/rdc321x-southbridge.c
drivers/mfd/retu-mfd.c
drivers/mfd/smsc-ece1099.c
drivers/mfd/ti-ssp.c
drivers/mfd/ti_am335x_tscadc.c
drivers/mfd/tps65912-core.c
drivers/mfd/tps65912-irq.c
drivers/mfd/twl4030-irq.c
drivers/mfd/twl4030-madc.c
drivers/mfd/twl6030-irq.c
drivers/mfd/vexpress-config.c
drivers/mfd/wm8350-core.c
drivers/mfd/wm8350-irq.c