diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/soc_camera.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 21dd8a41f4c..70c4ea5ecc3 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h @@ -66,8 +66,6 @@ struct soc_camera_host_ops { struct module *owner; int (*add)(struct soc_camera_device *); void (*remove)(struct soc_camera_device *); - int (*suspend)(struct soc_camera_device *, pm_message_t); - int (*resume)(struct soc_camera_device *); /* * .get_formats() is called for each client device format, but * .put_formats() is only called once. Further, if any of the calls to |