aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/soc_camera.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-06-29 06:43:48 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:56:07 -0400
commit033d7463f816315308ffec6f69576d820bfbab0c (patch)
tree1f31fa5e319133056c7942745e6d8d0ae60100d0 /include/media/soc_camera.h
parent7254026cedd42d75009f8a7f2999045007dd444e (diff)
[media] V4L: soc-camera: remove now unused soc-camera specific PM hooks
soc-camera host drivers shall be implementing their PM, using standard kernel methods, soc-camera specific hooks can die. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/soc_camera.h')
-rw-r--r--include/media/soc_camera.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
index 21dd8a41f4c1..70c4ea5ecc31 100644
--- a/include/media/soc_camera.h
+++ b/include/media/soc_camera.h
@@ -66,8 +66,6 @@ struct soc_camera_host_ops {
66 struct module *owner; 66 struct module *owner;
67 int (*add)(struct soc_camera_device *); 67 int (*add)(struct soc_camera_device *);
68 void (*remove)(struct soc_camera_device *); 68 void (*remove)(struct soc_camera_device *);
69 int (*suspend)(struct soc_camera_device *, pm_message_t);
70 int (*resume)(struct soc_camera_device *);
71 /* 69 /*
72 * .get_formats() is called for each client device format, but 70 * .get_formats() is called for each client device format, but
73 * .put_formats() is only called once. Further, if any of the calls to 71 * .put_formats() is only called once. Further, if any of the calls to