commit | f8e87cb4a19aa5f5a1ce22e130da0f4a7fa2d5f3 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Jan 02 19:23:47 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 07 17:05:21 2014 -0800 |
tree | f3ba0ca8e995ab7045000f74bad713987e8cd1ba | |
parent | b86b75ec57c381f32090a5bc61252f84f955c094 [diff] |
tty: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>