Message ID | 20231110094705.1367083-2-sakari.ailus@linux.intel.com |
---|---|
State | Superseded |
Headers | show |
Series | Use V4L2 CCI in CCS driver | expand |
On Fri, Nov 10, 2023 at 11:47:00AM +0200, Sakari Ailus wrote: > linux/bits.h is needed for GENMASK(). Include it. > > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > include/media/v4l2-cci.h | 1 + > 1 file changed, 1 insertion(+) > > 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;
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;
linux/bits.h is needed for GENMASK(). Include it. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> --- include/media/v4l2-cci.h | 1 + 1 file changed, 1 insertion(+)