OSDN Git Service

staging: gasket: apex: remove device enable and disable callbacks
authorTodd Poynor <toddpoynor@google.com>
Sun, 5 Aug 2018 20:07:40 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 09:20:07 +0000 (11:20 +0200)
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>
drivers/staging/gasket/apex_driver.c

index b476614..e2bc06b 100644 (file)
@@ -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,