aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorSergio Valverde <vlvrdv@gmail.com>2017-01-31 13:33:47 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-10 16:01:45 +0100
commit6d35b131caea3e41f06625e391833e183f9042c0 (patch)
tree5f682ad43ae04d01921509464e93e765c6d6d448 /drivers/tty
parentserial: exar: Enable MSI support (diff)
downloadlinux-dev-6d35b131caea3e41f06625e391833e183f9042c0.tar.xz
linux-dev-6d35b131caea3e41f06625e391833e183f9042c0.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c
index 9b5c0fb216b5..b19ae36a05ec 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>