staging: gasket: remove it from the kernel
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Mar 2021 15:44:13 +0000 (16:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Mar 2021 12:09:28 +0000 (13:09 +0100)
commit918ce05bbe52df43849a803010b4d2bcd31ea69c
tree4726b7b8fe4ed627e02e850f4e9cf399345a1ec5
parent0257aec21b35cc32026960a4ce4c3cb83ea279d9
staging: gasket: remove it from the kernel

As none of the proposed things that need to be changed in the gasket
drivers have ever been done, and there has not been any forward progress
to get this out of staging, it seems totally abandonded so remove the
code entirely so that people do not spend their time doing tiny cleanups
for code that will never get out of staging.

If this code is actually being used, it can be reverted simply and then
cleaned up properly, but as it is abandoned, let's just get rid of it.

Cc: Todd Poynor <toddpoynor@google.com>
Cc: Ben Chan <benchan@chromium.org>
Cc: Richard Yeh <rcy@google.com>
Acked-by: Rob Springer <rspringer@google.com>
Link: https://lore.kernel.org/r/20210315154413.3084149-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 files changed:
MAINTAINERS
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/gasket/Kconfig [deleted file]
drivers/staging/gasket/Makefile [deleted file]
drivers/staging/gasket/TODO [deleted file]
drivers/staging/gasket/apex.h [deleted file]
drivers/staging/gasket/apex_driver.c [deleted file]
drivers/staging/gasket/gasket.h [deleted file]
drivers/staging/gasket/gasket_constants.h [deleted file]
drivers/staging/gasket/gasket_core.c [deleted file]
drivers/staging/gasket/gasket_core.h [deleted file]
drivers/staging/gasket/gasket_interrupt.c [deleted file]
drivers/staging/gasket/gasket_interrupt.h [deleted file]
drivers/staging/gasket/gasket_ioctl.c [deleted file]
drivers/staging/gasket/gasket_ioctl.h [deleted file]
drivers/staging/gasket/gasket_page_table.c [deleted file]
drivers/staging/gasket/gasket_page_table.h [deleted file]
drivers/staging/gasket/gasket_sysfs.c [deleted file]
drivers/staging/gasket/gasket_sysfs.h [deleted file]