From patchwork Wed Feb 8 19:31:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 18271 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 369E9BDB1C for ; Wed, 8 Feb 2023 19:31:26 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 88771625F4; Wed, 8 Feb 2023 20:31:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1675884685; bh=cCvGIws9YOK3kyoPyuO5lXY/3qtRUj/dHkxYKCef4vA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=JZ9deYrsFexH6xs6YmhGknSh6fGbmNZXHVzKkNek/OGfMTDhBEcGAMETadQmLqHJH 5FFDuG7KZuzIVc1+zjx1DuHqlwyO3TLAqQ7g6vKEOzRZIG2NTJBAIKEyE6Q7l+EPS+ 80fiOJoNNKGjIVphFyfhtTZXLWjJzreIAFmnpgsNpArHlx0m0LcI0IpJKEMcr5XK6E WN2ryDOlp64VppGvVvVy20EXg8W9K1YoFh3/hVkDKz7vL59OKYx26ik4jTG2vcHcJv ZLzPFBxdIQYZB9FLFyy76sEWJ6MWPi2p9QeB3/YDKe8jNzUZeRRcV3t/0elWnkziI+ gsAFSsfI3aFEg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0B07061EEF for ; Wed, 8 Feb 2023 20:31:24 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="kG/9oGnW"; dkim-atps=neutral Received: from umang.jainideasonboard.com (unknown [IPv6:2401:4900:1f3e:54db:f072:a64a:6d2e:66a9]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BF3E1E79; Wed, 8 Feb 2023 20:31:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1675884683; bh=cCvGIws9YOK3kyoPyuO5lXY/3qtRUj/dHkxYKCef4vA=; h=From:To:Cc:Subject:Date:From; b=kG/9oGnWDx90ParBzwHVsx7nmHHV07q6SBqKosYQF3BV7RTVMiOamsp+oWPbxLl9v A5/gh7Kg14+07Mob8GZ7IwAZ1W5+zJBPd8yrEznuCwDO9O46i+3zSJvIAUSnTNIkyJ ZuXjtmeH8FRxufTlWE3BclPJ6C2FB8quArAs8kkk= To: libcamera-devel@lists.libcamera.org Date: Thu, 9 Feb 2023 01:01:16 +0530 Message-Id: <20230208193116.117077-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: internal: tracepoints: Use correct include directive 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-Patchwork-Original-From: Umang Jain via libcamera-devel From: Umang Jain Reply-To: Umang Jain Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" libcamera uses double quotes "..." for #include directives for internal headers. While at it, move the request internal header include to the right location. Signed-off-by: Umang Jain Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/libcamera/internal/tracepoints/request.tp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libcamera/internal/tracepoints/request.tp b/include/libcamera/internal/tracepoints/request.tp index f1e54497..4f367e91 100644 --- a/include/libcamera/internal/tracepoints/request.tp +++ b/include/libcamera/internal/tracepoints/request.tp @@ -5,10 +5,10 @@ * request.tp - Tracepoints for the request object */ -#include - #include +#include "libcamera/internal/request.h" + TRACEPOINT_EVENT_CLASS( libcamera, request,