media: vicodec: Use _BITUL() macro in UAPI headers
authorJoe Richey <joerichey@google.com>
Fri, 21 May 2021 08:58:46 +0000 (10:58 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 12:09:05 +0000 (14:09 +0200)
commitce67eaca95f8ab5c6aae41a10adfe9a6e8efa58c
treeee1c2b0d2a924188a7f5d35407f17c1c9b724dfb
parentd170ebb00472268410dce80ae4834c98e79315da
media: vicodec: Use _BITUL() macro in UAPI headers

Replace BIT() in v4l2's UPAI header with _BITUL(). BIT() is not defined
in the UAPI headers and its usage may cause userspace build errors.

Fixes: 206bc0f6fb94 ("media: vicodec: mark the stateless FWHT API as stable")
Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
include/uapi/linux/v4l2-controls.h