diff options
author | 2014-04-06 10:48:31 -0300 | |
---|---|---|
committer | 2014-04-06 11:06:37 -0300 | |
commit | 773bcf8c9ce04c62c513182620efb729c97452fc (patch) | |
tree | a06bbb182c64c626c6fe00102dd37748d2e3123d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (diff) | |
download | linux-dev-773bcf8c9ce04c62c513182620efb729c97452fc.tar.xz linux-dev-773bcf8c9ce04c62c513182620efb729c97452fc.zip |
[media] v4l2-common: fix warning when used on userpace
As reported by Linus, make headers_check is reporting:
usr/include/linux/v4l2-common.h:72: found __[us]{8,16,32,64} type without #include <linux/types.h>
which seems to have come in through commits 777f4f85b75f1 and
254a47770163f.
That happens because struct v4l2_edid should be visible by both
subdev and V4L2 APIs. So, it was moved to v4l2-common.h.
As Linus pointed, the proper fix is to just add an include for
linux/types.h at v4l2-common.h.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions