Skip to content

Commit

Permalink
staging: net: remove pc300 driver
Browse files Browse the repository at this point in the history
To quote the TODO from staging/net/:

  PC300:

  The driver is very broken and cannot work with the current TTY
  layer. It is inevitable to convert it to the new TTY API. If no
  one steps in to adopt the driver, it will be removed in the 3.7
  release.

Nothing has changed since more than _one_ year on this driver, thus
just remove it since we already moved past 3.7. If somebody steps
up and does a whole rework, he/she, of course, is free to resubmit
it. Since this is the only one in the net directory, we can remove
it as well.

Signed-off-by: Daniel Borkmann <[email protected]>
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Daniel Borkmann authored and gregkh committed Apr 19, 2013
1 parent 2f69915 commit f33cb17
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 6,474 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ source "drivers/staging/nvec/Kconfig"

source "drivers/staging/media/Kconfig"

source "drivers/staging/net/Kconfig"

source "drivers/staging/android/Kconfig"

source "drivers/staging/ozwpan/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
obj-$(CONFIG_STAGING) += staging.o

obj-y += media/
obj-y += net/
obj-$(CONFIG_ET131X) += et131x/
obj-$(CONFIG_SLICOSS) += slicoss/
obj-$(CONFIG_USBIP_CORE) += usbip/
Expand Down
38 changes: 0 additions & 38 deletions drivers/staging/net/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions drivers/staging/net/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions drivers/staging/net/TODO

This file was deleted.

Loading

0 comments on commit f33cb17

Please sign in to comment.