Re: [GIT PULL for v3.15-rc1] media updates

From: Linus Torvalds
Date: Fri Apr 04 2014 - 18:04:32 EST


On Thu, Apr 3, 2014 at 9:11 AM, Mauro Carvalho Chehab
<m.chehab@xxxxxxxxxxx> wrote:
>
> Please pull from:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus

Oh, just noticed that this seems to be the cause of a new annoying warning:

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.

I think the proper fix is to just add that

#include <linux/types.h>

to include/uapi/linux/v4l2-common.h. Assuming that really is supposed
to be a user-visible API at all?

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/