]> git.baikalelectronics.ru Git - kernel.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)
commit0e0401b4ec60dbf6f79803f430ad6dcb62aff2ca
tree5f682ad43ae04d01921509464e93e765c6d6d448
parent5208374ccf80bacff3f72562d65638727aa50713
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