aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/ipwireless/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
There were a few Kconfig and Makefiles under drivers/tty/ that were missing a SPDX identifier. Fix that up so that automated tools can properly classify all kernel source files. Cc: Jiri Slaby <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Rob Herring <[email protected]> Acked-by: David Sterba <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
remove invalid location line in each file header after location moved from driver/char to driver/tty Signed-off-by: Jovi Zhang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-02-22tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman1-0/+10
As planned by Arnd Bergmann, this moves the ipwireless driver to the drivers/tty/ directory as that's where it really belongs. Cc: Arnd Bergmann <[email protected]> Cc: Alan Cox <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: David Sterba <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>