aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/platform/vimc
diff options
context:
space:
mode:
authorAndré Almeida <andrealmeid@collabora.com>2019-06-24 08:37:25 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-23 11:53:01 -0400
commit7770f89b26ceb635e9e1b99e73c0d9e54dbda95c (patch)
tree8c4810c463aa2d6f29ff068ceb74d511934fdf82 /drivers/media/platform/vimc
parentmedia: mx2_emmaprp: use struct v4l2_fh (diff)
downloadwireguard-linux-7770f89b26ceb635e9e1b99e73c0d9e54dbda95c.tar.xz
wireguard-linux-7770f89b26ceb635e9e1b99e73c0d9e54dbda95c.zip
media: vimc: stream: remove obsolete function doc
As a more complete version of vimc_streamer_s_streamer comment was added at "media: vimc: stream: add missing function documentation" commit in .c file, remove the old documentation from .h file. Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/vimc')
-rw-r--r--drivers/media/platform/vimc/vimc-streamer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/platform/vimc/vimc-streamer.h b/drivers/media/platform/vimc/vimc-streamer.h
index 2b3667408794..28c3706e3c21 100644
--- a/drivers/media/platform/vimc/vimc-streamer.h
+++ b/drivers/media/platform/vimc/vimc-streamer.h
@@ -43,14 +43,6 @@ struct vimc_stream {
u32 producer_pixfmt;
};
-/**
- * vimc_streamer_s_streamer - start/stop the stream
- *
- * @stream: the pointer to the stream to start or stop
- * @ved: The last entity of the streamer pipeline
- * @enable: any non-zero number start the stream, zero stop
- *
- */
int vimc_streamer_s_stream(struct vimc_stream *stream,
struct vimc_ent_device *ved,
int enable);