From: Lars-Peter Clausen <lars@xxxxxxxxxx> The file is using u8 which is defined in linux/types.h. Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> --- include/media/adv7604.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/media/adv7604.h b/include/media/adv7604.h index d262a3a..c6b3937 100644 --- a/include/media/adv7604.h +++ b/include/media/adv7604.h @@ -21,6 +21,8 @@ #ifndef _ADV7604_ #define _ADV7604_ +#include <linux/types.h> + /* Analog input muxing modes (AFE register 0x02, [2:0]) */ enum adv7604_ain_sel { ADV7604_AIN1_2_3_NC_SYNC_1_2 = 0, -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html