summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_jobctrl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tty: split job control support into a file of its ownNicolas Pitre2017-04-181-0/+554
This makes it easier for job control to become optional and/or usable independently from tty_io.c, as well as providing a nice purpose separation. No logical changes from this patch. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>