mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 20:02:10 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1b25e6e81a
commit
2f649036fa
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user