aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2018-08-05 13:07:40 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-08 11:20:07 +0200
commit2f649036fa66b1494da6ecf8bd4d53167e10e36f (patch)
tree2d925ff6b2716bb8dbcdb540cc8d8579a33b2d3e /drivers/staging
parentstaging: gasket: core: remove device enable and disable callbacks (diff)
downloadlinux-dev-2f649036fa66b1494da6ecf8bd4d53167e10e36f.tar.xz
linux-dev-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')
-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,