commit | 3c699105d0376c14940ce7cf561754a94cdff8dd | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Jan 21 16:23:01 2014 -0500 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Mar 19 08:58:07 2014 +0000 |
tree | 2b726c2bfb48aa8741cfa802a52a0a804c32963a | |
parent | 52397fe18d6b7ae377293bdcf9827185833c8144 [diff] |
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>