From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout1.w2.samsung.com ([211.189.100.11]:32779 "EHLO usmailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835AbaDFOnw (ORCPT ); Sun, 6 Apr 2014 10:43:52 -0400 Date: Sun, 06 Apr 2014 11:43:44 -0300 From: Mauro Carvalho Chehab To: Linus Torvalds Cc: Hans Verkuil , Andrew Morton , Linux Media Mailing List , Linux Kernel Mailing List Subject: Re: [GIT PULL for v3.15-rc1] media updates Message-id: <20140406114344.295b22da@samsung.com> In-reply-to: References: <20140403131143.69f324c7@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Fri, 04 Apr 2014 15:04:16 -0700 Linus Torvalds escreveu: > On Thu, Apr 3, 2014 at 9:11 AM, Mauro Carvalho Chehab > 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 > > which seems to have come in through commits 777f4f85b75f1 and 254a47770163f. > > I think the proper fix is to just add that > > #include Yes, this is the proper fix. Thanks for noticing. I added a make headers_check on my test scripts, to allow me to notice things like that next time. I just committed a patch for it on my tree. I'll send you together with a few other fixes at the beginning of the next week. > > to include/uapi/linux/v4l2-common.h. Assuming that really is supposed > to be a user-visible API at all? > > Linus Thanks! Mauro