From: Mauro Carvalho Chehab Date: Sun, 6 Apr 2014 13:48:31 +0000 (-0300) Subject: [media] v4l2-common: fix warning when used on userpace X-Git-Tag: v3.15-rc1~13^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=773bcf8c9ce04c62c513182620efb729c97452fc;p=pandora-kernel.git [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 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed