Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f649036 authored by Todd Poynor's avatar Todd Poynor Committed by Greg Kroah-Hartman
Browse files

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: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b25e6e8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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,