{"id":3732,"url":"https://patchwork.libcamera.org/api/patches/3732/?format=json","web_url":"https://patchwork.libcamera.org/patch/3732/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200509090456.3496481-8-jacopo@jmondi.org>","date":"2020-05-09T09:04:50","name":"[libcamera-devel,v11,07/13] include: v4l2-ctrl: Sort forward declarations","commit_ref":null,"pull_url":null,"state":"not-applicable","archived":false,"hash":"55a2d4332994a173adfc0b856ea1829d5d5b3383","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"delegate":{"id":15,"url":"https://patchwork.libcamera.org/api/users/15/?format=json","username":"jmondi","first_name":"Jacopo","last_name":"Mondi","email":"jacopo@jmondi.org"},"mbox":"https://patchwork.libcamera.org/patch/3732/mbox/","series":[{"id":889,"url":"https://patchwork.libcamera.org/api/series/889/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=889","date":"2020-05-09T09:04:43","name":"media: report camera properties","version":11,"mbox":"https://patchwork.libcamera.org/series/889/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/3732/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/3732/checks/","tags":{},"headers":{"Return-Path":"<jacopo@jmondi.org>","Received":["from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net\n\t[217.70.183.197])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C03A3603E2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat,  9 May 2020 11:02:14 +0200 (CEST)","from uno.homenet.telecomitalia.it (a-ur1-85.tin.it\n\t[212.216.150.148]) (Authenticated sender: jacopo@jmondi.org)\n\tby relay5-d.mail.gandi.net (Postfix) with ESMTPSA id B50001C000A;\n\tSat,  9 May 2020 09:02:12 +0000 (UTC)"],"X-Originating-IP":"212.216.150.148","From":"Jacopo Mondi <jacopo@jmondi.org>","To":"linux-media@vger.kernel.org (open list:MEDIA INPUT INFRASTRUCTURE\n\t(V4L/DVB)), libcamera-devel@lists.libcamera.org,\n\tMauro Carvalho Chehab <mchehab@kernel.org>,\n\tHans Verkuil <hverkuil-cisco@xs4all.nl>,\n\tSakari Ailus <sakari.ailus@linux.intel.com>,\n\tLaurent Pinchart <laurent.pinchart@ideasonboard.com>","Cc":"Jacopo Mondi <jacopo@jmondi.org>,\n\ttfiga@google.com,\n\tpavel@ucw.cz","Date":"Sat,  9 May 2020 11:04:50 +0200","Message-Id":"<20200509090456.3496481-8-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.26.1","In-Reply-To":"<20200509090456.3496481-1-jacopo@jmondi.org>","References":"<20200509090456.3496481-1-jacopo@jmondi.org>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v11 07/13] include: v4l2-ctrl: Sort\n\tforward declarations","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Sat, 09 May 2020 09:02:14 -0000"},"content":"Before adding a new forward declaration to the v4l2-ctrls.h header file,\nsort the existing ones alphabetically.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n include/media/v4l2-ctrls.h | 8 ++++----\n 1 file changed, 4 insertions(+), 4 deletions(-)","diff":"diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h\nindex 757a713bad412..224c10823bbff 100644\n--- a/include/media/v4l2-ctrls.h\n+++ b/include/media/v4l2-ctrls.h\n@@ -25,14 +25,14 @@\n \n /* forward references */\n struct file;\n+struct poll_table_struct;\n+struct v4l2_ctrl;\n struct v4l2_ctrl_handler;\n struct v4l2_ctrl_helper;\n-struct v4l2_ctrl;\n-struct video_device;\n+struct v4l2_fh;\n struct v4l2_subdev;\n struct v4l2_subscribed_event;\n-struct v4l2_fh;\n-struct poll_table_struct;\n+struct video_device;\n \n /**\n  * union v4l2_ctrl_ptr - A pointer to a control value.\n","prefixes":["libcamera-devel","v11","07/13"]}