Skip to content

Commit 5b48e06

Browse files
bebarinogregkh
authored andcommitted
spmi: Remove shutdown/suspend/resume kernel-doc
These members of the driver structure are not present. Remove them from the kernel-doc. Cc: Josh Cartwright <joshc@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2180a0d commit 5b48e06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/spmi.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ void spmi_controller_remove(struct spmi_controller *ctrl);
134134
* this structure.
135135
* @probe: binds this driver to a SPMI device.
136136
* @remove: unbinds this driver from the SPMI device.
137-
* @shutdown: standard shutdown callback used during powerdown/halt.
138-
* @suspend: standard suspend callback used during system suspend.
139-
* @resume: standard resume callback used during system resume.
140137
*
141138
* If PM runtime support is desired for a slave, a device driver can call
142139
* pm_runtime_put() from their probe() routine (and a balancing

0 commit comments

Comments
 (0)