OSDN Git Service

staging: gasket: core: remove device enable and disable callbacks
authorTodd Poynor <toddpoynor@google.com>
Sun, 5 Aug 2018 20:07:39 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 09:20:06 +0000 (11:20 +0200)
commit1b25e6e81aab048107ed20c218c2b04261fd94ec
tree8fbda0c359fea64192fa0943bde49b97b10fcda8
parentc75e2bb32fd04ebcdeaa907144027c0b9c416f05
staging: gasket: core: remove device enable and disable callbacks

Device enable/disable operations are moving from being initiated through
the gasket framework to being initiated by the gasket device driver.
The driver can perform any processing needed for these operations before
or after the calls into the framework.  Neither of these callbacks are
implemented for the only gasket driver upstream today, apex.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_core.c
drivers/staging/gasket/gasket_core.h