From: Mauro Carvalho Chehab Date: Fri, 2 Nov 2018 10:36:32 +0000 (-0400) Subject: v4l2-controls: add a missing include X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~4095^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dafb7f9aef2fd44991ff1691721ff765a23be27b;p=mirror_ubuntu-focal-kernel.git v4l2-controls: add a missing include As warned by "make headers_check", the definition for the linux-specific integer types is missing: ./usr/include/linux/v4l2-controls.h:1105: found __[us]{8,16,32,64} type without #include Fixes: c27bb30e7b6d ("media: v4l: Add definitions for MPEG-2 slice format and metadata") Reported-by: Linus Torvalds Reported-by: Stephen Rothwell Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index 51b095898f4b..86a54916206f 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -47,6 +47,8 @@ * videodev2.h. */ +#include + #ifndef __LINUX_V4L2_CONTROLS_H #define __LINUX_V4L2_CONTROLS_H