Skip to content

Commit

Permalink
isdn: remove spellcaster driver
Browse files Browse the repository at this point in the history
The 'sc' ISDN driver relies on using readl() to access ISA I/O memory.
This has been deprecated and produced warnings since linux-2.3.23,
disabled by default since 2.4.10 and finally removed in 2.6.5.

I found this because the compiling the driver for ARM produces
a warning:

In file included from ../drivers/isdn/sc/includes.h:8:0,
                 from ../drivers/isdn/sc/init.c:13:
../arch/arm/include/asm/io.h:115:21: note: expected 'const volatile void *' but argument is of type 'long unsigned int'

It is pretty clear that this driver has not been used for a long time
and there is no point fixing it now, so let's remove it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Dec 1, 2015
1 parent 2f7a791 commit 6cc5683
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 3,136 deletions.
1 change: 0 additions & 1 deletion drivers/isdn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ obj-$(CONFIG_ISDN_DIVERSION) += divert/
obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/
obj-$(CONFIG_ISDN_DRV_ICN) += icn/
obj-$(CONFIG_ISDN_DRV_PCBIT) += pcbit/
obj-$(CONFIG_ISDN_DRV_SC) += sc/
obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop/
obj-$(CONFIG_ISDN_DRV_ACT2000) += act2000/
obj-$(CONFIG_HYSDN) += hysdn/
Expand Down
2 changes: 0 additions & 2 deletions drivers/isdn/i4l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ source "drivers/isdn/icn/Kconfig"

source "drivers/isdn/pcbit/Kconfig"

source "drivers/isdn/sc/Kconfig"

source "drivers/isdn/act2000/Kconfig"

endmenu
Expand Down
8 changes: 0 additions & 8 deletions drivers/isdn/sc/Kconfig

This file was deleted.

10 changes: 0 additions & 10 deletions drivers/isdn/sc/Makefile

This file was deleted.

131 changes: 0 additions & 131 deletions drivers/isdn/sc/card.h

This file was deleted.

Loading

0 comments on commit 6cc5683

Please sign in to comment.