summary refs log tree commit diff
path: root/drivers/mfd/twl6030-irq.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-01-21 16:23:01 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:07 +0000
commit3c699105d0376c14940ce7cf561754a94cdff8dd (patch)
tree2b726c2bfb48aa8741cfa802a52a0a804c32963a /drivers/mfd/twl6030-irq.c
parent52397fe18d6b7ae377293bdcf9827185833c8144 (diff)
downloadlinux-3c699105d0376c14940ce7cf561754a94cdff8dd.tar.gz
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>
Diffstat (limited to 'drivers/mfd/twl6030-irq.c')
-rw-r--r--drivers/mfd/twl6030-irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/twl6030-irq.c b/drivers/mfd/twl6030-irq.c
index 18a607e2ca06..a6bb17d908b8 100644
--- a/drivers/mfd/twl6030-irq.c
+++ b/drivers/mfd/twl6030-irq.c
@@ -31,7 +31,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 
-#include <linux/init.h>
 #include <linux/export.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>