mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
media: v4l: cci: Include linux/bits.h
[ Upstream commiteba5058633] linux/bits.h is needed for GENMASK(). Include it. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Stable-dep-of:d92e7a013f("media: v4l2-cci: Add support for little-endian encoded registers") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
68e51bdb11
commit
36bf2a8fb0
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef _V4L2_CCI_H
|
||||
#define _V4L2_CCI_H
|
||||
|
||||
#include <linux/bits.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
struct i2c_client;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user