]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty: Remove extra include in HVC console tty framework
authorSergio Valverde <vlvrdv@gmail.com>
Tue, 31 Jan 2017 19:33:47 +0000 (13:33 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 15:01:45 +0000 (16:01 +0100)
commit6d35b131caea3e41f06625e391833e183f9042c0
tree5f682ad43ae04d01921509464e93e765c6d6d448
parent172c33cb61da0df5ccbdf1a8e736c8837d165a00
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>
drivers/tty/hvc/hvc_console.c