Skip to content

Commit

Permalink
irda: sh_irda: remove driver
Browse files Browse the repository at this point in the history
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 <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Simon Horman authored and David S. Miller committed Apr 4, 2016
1 parent acf195a commit 9ef280c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 883 deletions.
7 changes: 0 additions & 7 deletions drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,5 @@ config MCS_FIR
To compile it as a module, choose M here: the module will be called
mcs7780.

config SH_IRDA
tristate "SuperH IrDA driver"
depends on IRDA
depends on (ARCH_SHMOBILE || COMPILE_TEST) && HAS_IOMEM
help
Say Y here if your want to enable SuperH IrDA devices.

endmenu

1 change: 0 additions & 1 deletion drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ obj-$(CONFIG_VIA_FIR) += via-ircc.o
obj-$(CONFIG_PXA_FICP) += pxaficp_ir.o
obj-$(CONFIG_MCS_FIR) += mcs7780.o
obj-$(CONFIG_AU1000_FIR) += au1k_ir.o
obj-$(CONFIG_SH_IRDA) += sh_irda.o
# SIR drivers
obj-$(CONFIG_IRTTY_SIR) += irtty-sir.o sir-dev.o
obj-$(CONFIG_BFIN_SIR) += bfin_sir.o
Expand Down
Loading

0 comments on commit 9ef280c

Please sign in to comment.