Loading drivers/isdn/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ # Object files in subdirectories obj-$(CONFIG_ISDN_I4L) += i4l/ obj-$(CONFIG_ISDN_CAPI) += capi/ obj-$(CONFIG_MISDN) += mISDN/ obj-$(CONFIG_ISDN) += hardware/ Loading drivers/isdn/hardware/mISDN/Kconfig +5 −2 Original line number Diff line number Diff line Loading @@ -79,11 +79,14 @@ config MISDN_NETJET depends on PCI depends on TTY select MISDN_IPAC select ISDN_HDLC select ISDN_I4L select MISDN_HDLC help Enable support for Traverse Technologies NETJet PCI cards. config MISDN_HDLC tristate select CRC_CCITT select BITREVERSE config MISDN_IPAC tristate Loading drivers/isdn/hardware/mISDN/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,5 @@ obj-$(CONFIG_MISDN_NETJET) += netjet.o # chip modules obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o obj-$(CONFIG_MISDN_HDLC) += isdnhdlc.o drivers/isdn/i4l/isdnhdlc.c→drivers/isdn/hardware/mISDN/isdnhdlc.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/crc-ccitt.h> #include <linux/isdn/hdlc.h> #include <linux/bitrev.h> #include "isdnhdlc.h" /*-------------------------------------------------------------------*/ Loading include/linux/isdn/hdlc.h→drivers/isdn/hardware/mISDN/isdnhdlc.h +0 −0 File moved. View file Loading
drivers/isdn/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ # Object files in subdirectories obj-$(CONFIG_ISDN_I4L) += i4l/ obj-$(CONFIG_ISDN_CAPI) += capi/ obj-$(CONFIG_MISDN) += mISDN/ obj-$(CONFIG_ISDN) += hardware/ Loading
drivers/isdn/hardware/mISDN/Kconfig +5 −2 Original line number Diff line number Diff line Loading @@ -79,11 +79,14 @@ config MISDN_NETJET depends on PCI depends on TTY select MISDN_IPAC select ISDN_HDLC select ISDN_I4L select MISDN_HDLC help Enable support for Traverse Technologies NETJet PCI cards. config MISDN_HDLC tristate select CRC_CCITT select BITREVERSE config MISDN_IPAC tristate Loading
drivers/isdn/hardware/mISDN/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,5 @@ obj-$(CONFIG_MISDN_NETJET) += netjet.o # chip modules obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o obj-$(CONFIG_MISDN_HDLC) += isdnhdlc.o
drivers/isdn/i4l/isdnhdlc.c→drivers/isdn/hardware/mISDN/isdnhdlc.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/crc-ccitt.h> #include <linux/isdn/hdlc.h> #include <linux/bitrev.h> #include "isdnhdlc.h" /*-------------------------------------------------------------------*/ Loading