[media] videodev2.h: put V4L2_YCBCR_ENC_SYCC under #ifndef __KERNEL__
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 4 Aug 2016 09:01:48 +0000 (06:01 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 24 Aug 2016 11:37:49 +0000 (08:37 -0300)
commitadca8c8e251fdbdb6b28e3ef7a5ca24b597b82d8
tree9240c2757e14472224bb163bad329ef68414d459
parent9ddbf68d264a8c2578dcb08d550dd00a273e12fa
[media] videodev2.h: put V4L2_YCBCR_ENC_SYCC under #ifndef __KERNEL__

This define is a duplicate of V4L2_YCBCR_ENC_601. So mark it as
'should not be used' and put it under #ifndef __KERNEL__ to
prevent drivers from referring to it.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/uapi/linux/videodev2.h