Commit eba50586 authored by Sakari Ailus's avatar Sakari Ailus Committed by Hans Verkuil

media: v4l: cci: Include linux/bits.h

linux/bits.h is needed for GENMASK(). Include it.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 9641e801
......@@ -7,6 +7,7 @@
#ifndef _V4L2_CCI_H
#define _V4L2_CCI_H
#include <linux/bits.h>
#include <linux/types.h>
struct i2c_client;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment