OSDN Git Service

v4l2-controls: add a missing include
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 2 Nov 2018 10:36:32 +0000 (06:36 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 2 Nov 2018 10:36:32 +0000 (06:36 -0400)
commitdafb7f9aef2fd44991ff1691721ff765a23be27b
tree1652c4abaffab8f425b59c85b6d4e43639bf3724
parentb3491d8430dd25f0a4e00c33d60da22a9bd9d052
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 <linux/types.h>

Fixes: c27bb30e7b6d ("media: v4l: Add definitions for MPEG-2 slice format and metadata")
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
include/uapi/linux/v4l2-controls.h