From: Stephen Boyd Date: Wed, 26 Nov 2014 22:47:09 +0000 (-0800) Subject: spmi: Remove shutdown/suspend/resume kernel-doc X-Git-Tag: v3.19-rc1~77^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b48e0605a84c3d2ccd06f6218df90e737c10559;p=karo-tx-linux.git 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 Signed-off-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/spmi.h b/include/linux/spmi.h index 91f5eab9e428..f84212cd3b7d 100644 --- a/include/linux/spmi.h +++ b/include/linux/spmi.h @@ -134,9 +134,6 @@ void spmi_controller_remove(struct spmi_controller *ctrl); * this structure. * @probe: binds this driver to a SPMI device. * @remove: unbinds this driver from the SPMI device. - * @shutdown: standard shutdown callback used during powerdown/halt. - * @suspend: standard suspend callback used during system suspend. - * @resume: standard resume callback used during system resume. * * If PM runtime support is desired for a slave, a device driver can call * pm_runtime_put() from their probe() routine (and a balancing