spmi: Remove shutdown/suspend/resume kernel-doc
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 26 Nov 2014 22:47:09 +0000 (14:47 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:33:57 +0000 (19:33 -0800)
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>
include/linux/spmi.h

index 91f5eab9e428f5be1306df94e564736350879ab8..f84212cd3b7db17fadd0c65831346ad7d17c727c 100644 (file)
@@ -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