From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 82B74C5B552 for ; Tue, 10 Jun 2025 15:15:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=38uKaBZ1vK3ex/cxNpuaM1uYPLDT4KoCoxyuRnJRdDA=; b=YXewEbFErF6rVzbkYtgo6LjExf TilDcW0XH2IyIo3hB3FS/cPfBWjR/51sBzqHvrF6ZEGXHpSOQpcODtljPwFjaVyFBp96u4gy0ScCy VfArOX7sE4o2rL4Hyy5ekEId8Fm0hkhDd0gfmmjLpz083b8RfzeneWdFTmfMzCjK7OxIyFKtHWtjX u7LFR0fEh4Q4OekCRrcAsna3Vnhubyv3HSx2hkKDdunCVap+wYW7Eqd0yMOLio6rm8iZG8bX4gOv6 TQ5zlIXiZXYM+RmoFbevaatRS7avSzOxefBxEtVRHMyW2eii3F98U+Ziq2RuSTCuLxLUTKcS1x7ri hvbwexbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uP0h9-00000007Fsr-1z3N; Tue, 10 Jun 2025 15:15:23 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uOyRM-00000006q9C-3MKp for linux-arm-kernel@lists.infradead.org; Tue, 10 Jun 2025 12:50:58 +0000 Received: from pps.filterd (m0369458.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 55ACLEvP010672; Tue, 10 Jun 2025 14:50:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= 38uKaBZ1vK3ex/cxNpuaM1uYPLDT4KoCoxyuRnJRdDA=; b=nXXf3lSNgwNMuH0w nLld5c69c3mbSsvSbMYpSr42Q0WOosrYVX2cBFPK+9fNUY7bqH2s5nbKaLGfnpsq yQJvaD1XSRQyCcInzk6t1/gGxCA5L+xbmRUgUehSn0PoyZfSQEgQPfsZdc9BYR1w sZHny1f9rEOGGo3t4OALBMdib07MJw0j6ocvjuu3pqFigmU+Wrdc/B149jnaDuSC 36d6MvJvLn+yEwmggN7jvHWOgGW7oZLo/T7+MmFYs+r7yEAUyXj/RRN5h64hNJc/ ozp1IrariQlH2mUCiOtW+SM/fm3RN3s2bL3bfrk0buJirWnrPd00DOCC5Y2lbVlm qQzlMw== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 474y052j0w-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 10 Jun 2025 14:50:43 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 0712A40045; Tue, 10 Jun 2025 14:49:43 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3F90DB4BF99; Tue, 10 Jun 2025 14:49:01 +0200 (CEST) Received: from localhost (10.48.86.132) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Tue, 10 Jun 2025 14:49:00 +0200 From: Antonio Borneo To: Alexandre Torgue , Andy Shevchenko , David Lechner , Fabrice Gasnier , Gatien Chevallier , Jonathan Cameron , Lee Jones , , =?UTF-8?q?Nuno=20S=C3=A1?= , Olivier Moysan CC: Antonio Borneo , , , , Maxime Coquelin Subject: [PATCH 3/5] iio: trigger: stm32-timer: Fix build warnings about export.h Date: Tue, 10 Jun 2025 14:48:53 +0200 Message-ID: <20250610124855.269158-4-antonio.borneo@foss.st.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250610124855.269158-1-antonio.borneo@foss.st.com> References: <20250610124855.269158-1-antonio.borneo@foss.st.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.48.86.132] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1099,Hydra:6.0.736,FMLib:17.12.80.40 definitions=2025-06-10_05,2025-06-10_01,2025-03-28_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250610_055057_129479_60BCBA7A X-CRM114-Status: UNSURE ( 9.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org After commit a934a57a42f6 ("scripts/misc-check: check missing #include when W=1") and commit 7d95680d64ac ("scripts/misc-check: check unnecessary #include when W=1") we get the build warning with W=1: drivers/iio/trigger/stm32-timer-trigger.c: warning: EXPORT_SYMBOL() is used, but #include is missing Fix it. Signed-off-by: Antonio Borneo --- drivers/iio/trigger/stm32-timer-trigger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/trigger/stm32-timer-trigger.c b/drivers/iio/trigger/stm32-timer-trigger.c index 925b864facca1..3b9a3a6cbb25c 100644 --- a/drivers/iio/trigger/stm32-timer-trigger.c +++ b/drivers/iio/trigger/stm32-timer-trigger.c @@ -6,6 +6,7 @@ * */ +#include #include #include #include -- 2.34.1