Skip to content

Commit 9ef280c

Browse files
hormsdavem330
authored andcommitted
irda: sh_irda: remove driver
Remove the sh-irda driver as it appears to be unused since c0bb9b3 ("ARCH: ARM: shmobile: Remove ag5evm board support"). Signed-off-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent acf195a commit 9ef280c

File tree

3 files changed

+0
-883
lines changed

3 files changed

+0
-883
lines changed

drivers/net/irda/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,5 @@ config MCS_FIR
394394
To compile it as a module, choose M here: the module will be called
395395
mcs7780.
396396

397-
config SH_IRDA
398-
tristate "SuperH IrDA driver"
399-
depends on IRDA
400-
depends on (ARCH_SHMOBILE || COMPILE_TEST) && HAS_IOMEM
401-
help
402-
Say Y here if your want to enable SuperH IrDA devices.
403-
404397
endmenu
405398

drivers/net/irda/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ obj-$(CONFIG_VIA_FIR) += via-ircc.o
1919
obj-$(CONFIG_PXA_FICP) += pxaficp_ir.o
2020
obj-$(CONFIG_MCS_FIR) += mcs7780.o
2121
obj-$(CONFIG_AU1000_FIR) += au1k_ir.o
22-
obj-$(CONFIG_SH_IRDA) += sh_irda.o
2322
# SIR drivers
2423
obj-$(CONFIG_IRTTY_SIR) += irtty-sir.o sir-dev.o
2524
obj-$(CONFIG_BFIN_SIR) += bfin_sir.o

0 commit comments

Comments
 (0)