diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-12-10 21:59:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-11 09:11:29 +0100 |
commit | f10870b05d5edc0652701c6a92eafcab5044795f (patch) | |
tree | e53633809f4524c003262a9eca9afe9a7623014e /include/linux/b1pcmcia.h | |
parent | 4d17363db021311d0b5ad533bc9c438ed3177d7c (diff) | |
download | kernel_replicant_linux-f10870b05d5edc0652701c6a92eafcab5044795f.tar.gz kernel_replicant_linux-f10870b05d5edc0652701c6a92eafcab5044795f.tar.bz2 kernel_replicant_linux-f10870b05d5edc0652701c6a92eafcab5044795f.zip |
staging: remove isdn capi drivers
As described in drivers/staging/isdn/TODO, the drivers are all
assumed to be unmaintained and unused now, with gigaset being the
last one to stop being maintained after Paul Bolle lost access
to an ISDN network.
The CAPI subsystem remains for now, as it is still required by
bluetooth/cmtp.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20191210210455.3475361-1-arnd@arndb.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/b1pcmcia.h')
-rw-r--r-- | include/linux/b1pcmcia.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/b1pcmcia.h b/include/linux/b1pcmcia.h deleted file mode 100644 index 12a867c6061e..000000000000 --- a/include/linux/b1pcmcia.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id: b1pcmcia.h,v 1.1.8.2 2001/09/23 22:25:05 kai Exp $ - * - * Exported functions of module b1pcmcia to be called by - * avm_cs card services module. - * - * Copyright 1999 by Carsten Paeth (calle@calle.in-berlin.de) - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - * - */ - -#ifndef _B1PCMCIA_H_ -#define _B1PCMCIA_H_ - -int b1pcmcia_addcard_b1(unsigned int port, unsigned irq); -int b1pcmcia_addcard_m1(unsigned int port, unsigned irq); -int b1pcmcia_addcard_m2(unsigned int port, unsigned irq); -int b1pcmcia_delcard(unsigned int port, unsigned irq); - -#endif /* _B1PCMCIA_H_ */ |