tty: serial: Makefile: move kgdb to be initialized last
authorNicolae Rosia <nicolae_rosia@mentor.com>
Tue, 4 Oct 2016 12:46:17 +0000 (15:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 14:27:24 +0000 (16:27 +0200)
commit0fe07647cc5003307fc4258f0b87239849aff68a
tree69a9a2808ff870d183e5efebad028347626edbfc
parent2a41bc2a2b0533afca11335ed7e636c62623d7c6
tty: serial: Makefile: move kgdb to be initialized last

fsl_lpuart cannot be used with kgdb because the kgdb
initcall is called before the driver's init.
Move kgdb to be initialized after all serial drivers
have been inited.

Signed-off-by: Nicolae Rosia <nicolae_rosia@mentor.com>
Signed-off-by: Stefan Golinschi <stefan.golinschi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Makefile