OSDN Git Service

staging: gasket: core: remove sysfs setup and cleanup callbacks
authorTodd Poynor <toddpoynor@google.com>
Sun, 5 Aug 2018 20:07:45 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 09:20:07 +0000 (11:20 +0200)
commit565eeedaa0c1b2b0d8abd3845e349de29065a5d2
tree9d165a43bc75ba1793c01a5b8bace829c78ec5de
parentc169d876bfbfedd9ed3d3968924c24455bb4cb2f
staging: gasket: core: remove sysfs setup and cleanup callbacks

Gasket device drivers now call into the gasket framework to initialize
and de-initialize, rather than the other way around.  The calling code
can perform sysfs setup and cleanup actions without callbacks from the
framework.  Remove the sysfs setup and cleanup callbacks.

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