diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-12 18:44:31 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-16 12:16:56 +0100 |
commit | 360104e3b8485f4923ffc202c1c2b36841de673c (patch) | |
tree | ed94bee9628577155c8508d6e8569b5581f21a6d /Documentation/DocBook/media | |
parent | [media] tvp5150: replace MEDIA_ENT_F_CONN_TEST by a control (diff) | |
download | linux-360104e3b8485f4923ffc202c1c2b36841de673c.tar.xz linux-360104e3b8485f4923ffc202c1c2b36841de673c.zip |
[media] media.h: get rid of MEDIA_ENT_F_CONN_TEST
Defining it as a connector was a bad idea. Remove it while it is
not too late.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media')
-rw-r--r-- | Documentation/DocBook/media/v4l/media-types.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml index 751c3d027103..8b4fa39cf611 100644 --- a/Documentation/DocBook/media/v4l/media-types.xml +++ b/Documentation/DocBook/media/v4l/media-types.xml @@ -57,10 +57,6 @@ <entry>Connector for a RGB composite signal.</entry> </row> <row> - <entry><constant>MEDIA_ENT_F_CONN_TEST</constant></entry> - <entry>Connector for a test generator.</entry> - </row> - <row> <entry><constant>MEDIA_ENT_F_CAM_SENSOR</constant></entry> <entry>Camera video sensor entity.</entry> </row> |