From patchwork Sun Jul 4 22:10:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12801 X-Patchwork-Delegate: laurent.pinchart@ideasonboard.com Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id CEEC1BD794 for ; Sun, 4 Jul 2021 22:11:14 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 10D7068503; Mon, 5 Jul 2021 00:11:14 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="HbDxcyW0"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4E1C960285 for ; Mon, 5 Jul 2021 00:11:12 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9FD26E7 for ; Mon, 5 Jul 2021 00:11:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1625436671; bh=hGVQ9a2ErCguklfkfdA2+3SLY7AvBUSZ6VXe9U/zwZs=; h=From:To:Subject:Date:From; b=HbDxcyW0P7NfQJ2mLILuZuxZcswF7mVCmxcPEJ77mTRi7i7VME1L7ARvZOLmI0qmX 59PDbo5esklfmt5GxQp2OMe0kfCkpuMm+/zvU5KakyL7OxASPiGIbzN5t33cPlwV2+ eE4kBcRQzPm6KSoqoC4l/SwHx3aT+OCR+PQM3kO0= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 5 Jul 2021 01:10:28 +0300 Message-Id: <20210704221028.30551-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: device_enumerator: Drop inclusion of linux/media.h X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" device_enumerator.h doesn't need to include linux/media.h. Drop inclusion of the header. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Tested-by: Umang Jain Reviewed-by: Jacopo Mondi --- include/libcamera/internal/device_enumerator.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libcamera/internal/device_enumerator.h b/include/libcamera/internal/device_enumerator.h index 222caf75a0db..baccfc000d87 100644 --- a/include/libcamera/internal/device_enumerator.h +++ b/include/libcamera/internal/device_enumerator.h @@ -11,8 +11,6 @@ #include #include -#include - #include namespace libcamera {