diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-03 01:23:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 02:05:21 +0100 |
commit | f8e87cb4a19aa5f5a1ce22e130da0f4a7fa2d5f3 (patch) | |
tree | f3ba0ca8e995ab7045000f74bad713987e8cd1ba /drivers/tty/goldfish.c | |
parent | Merge 3.13-rc5 into tty-next (diff) | |
download | linux-f8e87cb4a19aa5f5a1ce22e130da0f4a7fa2d5f3.tar.xz linux-f8e87cb4a19aa5f5a1ce22e130da0f4a7fa2d5f3.zip |
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>
Diffstat (limited to 'drivers/tty/goldfish.c')
-rw-r--r-- | drivers/tty/goldfish.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/goldfish.c b/drivers/tty/goldfish.c index f17d2e4ee2ca..75dc9d25f326 100644 --- a/drivers/tty/goldfish.c +++ b/drivers/tty/goldfish.c @@ -14,7 +14,6 @@ */ #include <linux/console.h> -#include <linux/init.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/tty.h> |