Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 282361a0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/



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 <arnd@arndb.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: David Sterba <dsterba@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a6afd9f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3423,7 +3423,7 @@ M: Jiri Kosina <jkosina@suse.cz>
M:	David Sterba <dsterba@suse.cz>
S:	Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
F:	drivers/char/pcmcia/ipwireless/
F:	drivers/tty/ipwireless/

IPX NETWORK LAYER
M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
+2 −0
Original line number Diff line number Diff line
@@ -24,3 +24,5 @@ obj-$(CONFIG_ROCKETPORT) += rocket.o
obj-$(CONFIG_SYNCLINK_GT)	+= synclink_gt.o
obj-$(CONFIG_SYNCLINKMP)	+= synclinkmp.o
obj-$(CONFIG_SYNCLINK)		+= synclink.o

obj-y += ipwireless/
Loading