diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-01 20:23:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-05 19:23:25 +0200 |
commit | bd32895c750bcd2b511bf93917bf7ae723e3d0b6 (patch) | |
tree | a725b98bf607e223bf863ab1a22aee4c11c45362 /drivers/staging/Kconfig | |
parent | be65f9ed267fd7d8b3146b7c4be9ecdd3e0aa3ed (diff) |
staging: ncpfs: delete it
The ncpfs code moved into the staging tree back in November 2017 and no
one has complained or even noticed it was gone. Because of that, let's
just delete it.
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 1c357ef669ae..0d8c7b546cf8 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -26,8 +26,6 @@ if STAGING source "drivers/staging/ipx/Kconfig" -source "drivers/staging/ncpfs/Kconfig" - source "drivers/staging/wlan-ng/Kconfig" source "drivers/staging/comedi/Kconfig" |