Skip to content

Commit

Permalink
irda: move net/irda/ to drivers/staging/irda/net/
Browse files Browse the repository at this point in the history
It's time to get rid of IRDA.  It's long been broken, and no one seems
to use it anymore.  So move it to staging and after a while, we can
delete it from there.

To start, move the network irda core from net/irda to
drivers/staging/irda/net/

Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
gregkh authored and davem330 committed Aug 28, 2017
1 parent 9d8c7e5 commit 1ca163a
Show file tree
Hide file tree
Showing 55 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ menuconfig STAGING

if STAGING

source "drivers/staging/irda/net/Kconfig"

source "drivers/staging/wlan-ng/Kconfig"

source "drivers/staging/comedi/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

obj-y += media/
obj-y += typec/
obj-$(CONFIG_IRDA) += irda/net/
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
obj-$(CONFIG_COMEDI) += comedi/
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
Expand Down
6 changes: 3 additions & 3 deletions net/irda/Kconfig → drivers/staging/irda/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ menuconfig IRDA
comment "IrDA protocols"
depends on IRDA

source "net/irda/irlan/Kconfig"
source "drivers/staging/irda/net/irlan/Kconfig"

source "net/irda/irnet/Kconfig"
source "drivers/staging/irda/net/irnet/Kconfig"

source "net/irda/ircomm/Kconfig"
source "drivers/staging/irda/net/ircomm/Kconfig"

config IRDA_ULTRA
bool "Ultra (connectionless) protocol"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ endmenu

source "net/ax25/Kconfig"
source "net/can/Kconfig"
source "net/irda/Kconfig"
source "net/bluetooth/Kconfig"
source "net/rxrpc/Kconfig"
source "net/kcm/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ obj-$(CONFIG_NETROM) += netrom/
obj-$(CONFIG_ROSE) += rose/
obj-$(CONFIG_AX25) += ax25/
obj-$(CONFIG_CAN) += can/
obj-$(CONFIG_IRDA) += irda/
obj-$(CONFIG_BT) += bluetooth/
obj-$(CONFIG_SUNRPC) += sunrpc/
obj-$(CONFIG_AF_RXRPC) += rxrpc/
Expand Down

0 comments on commit 1ca163a

Please sign in to comment.