From patchwork Mon May 11 23:39:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3753 Return-Path: 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 15679603DD for ; Tue, 12 May 2020 01:39:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vYlXhh++"; dkim-atps=neutral Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 859E933E for ; Tue, 12 May 2020 01:39:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1589240373; bh=+Tp+1rffBhu/rgBdQcEs3fX+5WFuj38qzEziuJMgJC4=; h=From:To:Subject:Date:From; b=vYlXhh++3Pldy25zMrV7uR0HEvmjyZpeFrPA2rcA5FRd0a9bD16S4FRWJNHH7VJaD JuvFQFXxmPj2B4wONP2DXFj1bgbV/B6IT04qqYLo1aLDWqWJv1ZezEDBGn4q9NpKlO 8F/tRwWxz7SY+lfk9x2YmpPQlC5tD9WW7NoS6SZs= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Tue, 12 May 2020 02:39:23 +0300 Message-Id: <20200511233923.10107-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] ipa: Drop v4l2_controls.h from ipa_interface.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: , X-List-Received-Date: Mon, 11 May 2020 23:39:34 -0000 The v4l2_controls.h header is internal, and isn't needed by ipa_interface.h. It originates from the days when V4L2 controls were handled through a different API. Drop it. Fixes: 319d6ae8e3ad ("libcamera: controls: Merge ControlInfoMap and V4L2ControlInfoMap") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/ipa/ipa_interface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ipa/ipa_interface.h b/include/ipa/ipa_interface.h index a2d5e3dd1f51..dc9fc714d564 100644 --- a/include/ipa/ipa_interface.h +++ b/include/ipa/ipa_interface.h @@ -123,8 +123,6 @@ struct ipa_context *ipaCreate(); #include #include -#include "v4l2_controls.h" - namespace libcamera { struct IPASettings {