diff options
author | Sakari Ailus <[email protected]> | 2023-11-07 10:45:30 +0200 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2023-12-04 11:21:46 +0100 |
commit | eba5058633b4d11e2a4d65eae9f1fce0b96365d9 (patch) | |
tree | d67b1a37aa9d8e9ba6c02354229e5257a5f2aa90 | |
parent | 9641e8019ae8349c7a487e5165469240257410cd (diff) |
media: v4l: cci: Include linux/bits.h
linux/bits.h is needed for GENMASK(). Include it.
Signed-off-by: Sakari Ailus <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | include/media/v4l2-cci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-cci.h b/include/media/v4l2-cci.h index 0f6803e4b17e..f2c2962e936b 100644 --- a/include/media/v4l2-cci.h +++ b/include/media/v4l2-cci.h @@ -7,6 +7,7 @@ #ifndef _V4L2_CCI_H #define _V4L2_CCI_H +#include <linux/bits.h> #include <linux/types.h> struct i2c_client; |