From patchwork Mon Jul 1 07:57:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 20490 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 13E6ABD87C for ; Mon, 1 Jul 2024 07:57:36 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id ACF8F62CA2; Mon, 1 Jul 2024 09:57:35 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="LvGP2cQp"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8D70362C98 for ; Mon, 1 Jul 2024 09:57:30 +0200 (CEST) Received: from fedora.local (unknown [IPv6:2405:201:2015:f873:55d7:c02e:b2eb:ee3f]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2971F289; Mon, 1 Jul 2024 09:57:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1719820624; bh=+I7x+ZhDxfWQZkR6gLUBB6beLgHxzE70tIRcfUuEicM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LvGP2cQpCPYq025H9t12JvIrLDvBulo0mGbzjlZw6paayJlENyb5YjBNh3OwVwCKv B6XYype13uKig+YHuSjPPYXMiFba0bvB8xlknfUGS/v/QgWLeXwPhdSRVfkRPCS84M kzsi8Ujors2tXW0aCzRfxoRN4q4cWR/8fIyitZwg= From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH 2/4] libcamera: ipa: ipu3: Drop ipa_interface.h header Date: Mon, 1 Jul 2024 13:27:18 +0530 Message-ID: <20240701075720.46076-3-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240701075720.46076-1-umang.jain@ideasonboard.com> References: <20240701075720.46076-1-umang.jain@ideasonboard.com> MIME-Version: 1.0 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" The ipa_interface.h header is already included in ipu3_ipa_interface.h generated from module_ipa_interface.h.tmpl. Drop it as deemed redundant. Signed-off-by: Umang Jain Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham --- src/ipa/ipu3/ipu3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipa/ipu3/ipu3.cpp b/src/ipa/ipu3/ipu3.cpp index cdcdf1fb..dca07970 100644 --- a/src/ipa/ipu3/ipu3.cpp +++ b/src/ipa/ipu3/ipu3.cpp @@ -24,7 +24,6 @@ #include #include -#include #include #include #include