Skip to content

Commit

Permalink
media: v4l: cci: Include linux/bits.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Sakari Ailus authored and Hans Verkuil committed Dec 4, 2023
1 parent 9641e80 commit eba5058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/media/v4l2-cci.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef _V4L2_CCI_H
#define _V4L2_CCI_H

#include <linux/bits.h>
#include <linux/types.h>

struct i2c_client;
Expand Down

0 comments on commit eba5058

Please sign in to comment.