commit | fd777da3e7a66617d7a04eaa5e003270b02119aa | [log] [tgz] |
---|---|---|
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | Mon Sep 28 23:02:50 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Oct 08 09:09:13 2020 +0200 |
tree | 8861b0e762887b2f587251f0e96ce525c3814403 | |
parent | 1efe3c28eba1306b007f4cb9303a5646b47cb11b [diff] |
media: staging: rkisp1: uapi: Do not use BIT() macro The BIT() macro is not available to uAPI headers, replace the few usages of it by open coding it. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Acked-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>