diff options
author | Sergio Valverde <vlvrdv@gmail.com> | 2017-01-31 13:33:47 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-10 16:01:45 +0100 |
commit | 6d35b131caea3e41f06625e391833e183f9042c0 (patch) | |
tree | 5f682ad43ae04d01921509464e93e765c6d6d448 /drivers/tty | |
parent | 172c33cb61da0df5ccbdf1a8e736c8837d165a00 (diff) | |
download | op-kernel-dev-6d35b131caea3e41f06625e391833e183f9042c0.zip op-kernel-dev-6d35b131caea3e41f06625e391833e183f9042c0.tar.gz |
tty: Remove extra include in HVC console tty framework
An extra "init.h" include is found in the HVC console code. As such,
the extra line is deleted.
Signed-off-by: Sergio Valverde <vlvrdv@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/hvc/hvc_console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c index 9b5c0fb..b19ae36 100644 --- a/drivers/tty/hvc/hvc_console.c +++ b/drivers/tty/hvc/hvc_console.c @@ -29,7 +29,6 @@ #include <linux/kernel.h> #include <linux/kthread.h> #include <linux/list.h> -#include <linux/init.h> #include <linux/major.h> #include <linux/atomic.h> #include <linux/sysrq.h> |