Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d35b131 authored by Sergio Valverde's avatar Sergio Valverde Committed by Greg Kroah-Hartman
Browse files

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: default avatarSergio Valverde <vlvrdv@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 172c33cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>