-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TTY: create drivers/tty and move the tty core files there
The tty code should be in its own subdirectory and not in the char driver with all of the cruft that is currently there. Based on work done by Arnd Bergmann <arnd@arndb.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Greg Kroah-Hartman
committed
Nov 5, 2010
1 parent
c8ddb27
commit 96fd7ce
Showing
16 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
obj-y += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \ | ||
tty_buffer.o tty_port.o tty_mutex.o | ||
obj-$(CONFIG_LEGACY_PTYS) += pty.o | ||
obj-$(CONFIG_UNIX98_PTYS) += pty.o | ||
obj-$(CONFIG_AUDIT) += tty_audit.o | ||
obj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o | ||
obj-$(CONFIG_N_HDLC) += n_hdlc.o | ||
obj-$(CONFIG_N_GSM) += n_gsm.o | ||
obj-$(CONFIG_R3964) += n_r3964.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.