Input: delete non-required instances of include <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 6 Jan 2014 18:27:05 +0000 (10:27 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 7 Jan 2014 07:23:57 +0000 (23:23 -0800)
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: Dmitry Torokhov <dmitry.torokhov@gmail.com>

No differences found