isdn: remove spellcaster driver
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: NArnd Bergmann <arnd@arndb.de> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
drivers/isdn/sc/Kconfig
已删除
100644 → 0
drivers/isdn/sc/Makefile
已删除
100644 → 0
drivers/isdn/sc/card.h
已删除
100644 → 0
drivers/isdn/sc/command.c
已删除
100644 → 0
drivers/isdn/sc/event.c
已删除
100644 → 0
drivers/isdn/sc/hardware.h
已删除
100644 → 0
drivers/isdn/sc/includes.h
已删除
100644 → 0
drivers/isdn/sc/init.c
已删除
100644 → 0
drivers/isdn/sc/interrupt.c
已删除
100644 → 0
drivers/isdn/sc/ioctl.c
已删除
100644 → 0
drivers/isdn/sc/message.c
已删除
100644 → 0
drivers/isdn/sc/message.h
已删除
100644 → 0
drivers/isdn/sc/packet.c
已删除
100644 → 0
drivers/isdn/sc/scioc.h
已删除
100644 → 0
drivers/isdn/sc/shmem.c
已删除
100644 → 0
drivers/isdn/sc/timer.c
已删除
100644 → 0
想要评论请 注册 或 登录