isdn: hdlc: move into mISDN
authorArnd Bergmann <arnd@arndb.de>
Thu, 18 Apr 2019 20:57:08 +0000 (22:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 31 May 2019 09:13:10 +0000 (11:13 +0200)
commit99c2aa151a7182c58f9477a376304c538d9cc5ab
tree43f5be9eee8ec2bc305bad1fa9c275ef3d6f6bdb
parent9c3c0c2048149d946d7f3ebdcbe70e2946750bfb
isdn: hdlc: move into mISDN

The last remnant of the isdn4linux interface is now the isdnhdlc
support, used by the netjet driver. Move it next to that driver.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/isdn/Makefile
drivers/isdn/hardware/mISDN/Kconfig
drivers/isdn/hardware/mISDN/Makefile
drivers/isdn/hardware/mISDN/isdnhdlc.c [moved from drivers/isdn/i4l/isdnhdlc.c with 99% similarity]
drivers/isdn/hardware/mISDN/isdnhdlc.h [moved from include/linux/isdn/hdlc.h with 100% similarity]
drivers/isdn/hardware/mISDN/netjet.c
drivers/isdn/i4l/Makefile [deleted file]