summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/apex_driver.c
diff options
context:
space:
mode:
authorTodd Poynor2018-08-05 22:07:40 +0200
committerGreg Kroah-Hartman2018-08-08 11:20:07 +0200
commit2f649036fa66b1494da6ecf8bd4d53167e10e36f (patch)
tree2d925ff6b2716bb8dbcdb540cc8d8579a33b2d3e /drivers/staging/gasket/apex_driver.c
parentstaging: gasket: core: remove device enable and disable callbacks (diff)
downloadkernel-qcow2-linux-2f649036fa66b1494da6ecf8bd4d53167e10e36f.tar.gz
kernel-qcow2-linux-2f649036fa66b1494da6ecf8bd4d53167e10e36f.tar.xz
kernel-qcow2-linux-2f649036fa66b1494da6ecf8bd4d53167e10e36f.zip
staging: gasket: apex: remove device enable and disable callbacks
These are not implemented for apex, and are now being removed from the gasket framework. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gasket/apex_driver.c')
-rw-r--r--drivers/staging/gasket/apex_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket/apex_driver.c
index b47661442009..e2bc06b5244f 100644
--- a/drivers/staging/gasket/apex_driver.c
+++ b/drivers/staging/gasket/apex_driver.c
@@ -688,9 +688,6 @@ static struct gasket_driver_desc apex_desc = {
.add_dev_cb = apex_add_dev_cb,
.remove_dev_cb = NULL,
- .enable_dev_cb = NULL,
- .disable_dev_cb = NULL,
-
.sysfs_setup_cb = apex_sysfs_setup_cb,
.sysfs_cleanup_cb = NULL,