diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-21 16:23:01 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:58:07 +0000 |
commit | 3c699105d0376c14940ce7cf561754a94cdff8dd (patch) | |
tree | 2b726c2bfb48aa8741cfa802a52a0a804c32963a /drivers/mfd/tps65912-core.c | |
parent | 52397fe18d6b7ae377293bdcf9827185833c8144 (diff) | |
download | talos-obmc-linux-3c699105d0376c14940ce7cf561754a94cdff8dd.tar.gz talos-obmc-linux-3c699105d0376c14940ce7cf561754a94cdff8dd.zip |
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/tps65912-core.c')
-rw-r--r-- | drivers/mfd/tps65912-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/tps65912-core.c b/drivers/mfd/tps65912-core.c index 27a518e0eec6..1f82d60b1d0f 100644 --- a/drivers/mfd/tps65912-core.c +++ b/drivers/mfd/tps65912-core.c @@ -15,7 +15,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/init.h> #include <linux/slab.h> #include <linux/gpio.h> #include <linux/mfd/core.h> |