X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fspmi.h;h=f84212cd3b7db17fadd0c65831346ad7d17c727c;hb=ef41a2cedb14871203ee28d7a5cb5aafe4e97439;hp=91f5eab9e428f5be1306df94e564736350879ab8;hpb=885ac04ab3a226d28147853d6d98eee3897a5636;p=firefly-linux-kernel-4.4.55.git 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