From patchwork Mon Nov 18 07:29:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13878206 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 2309CD43FE5 for ; Mon, 18 Nov 2024 07:31:06 +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-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tGBxrzkqv227oRKatiTK1hbdP+UN67VHPWxn7DyvmWc=; b=mke16KyP9943kpVkmVr8cXcBuF 4v/Flq5qMU9s7+txre0pfZ51YdhEsv4xz2xyTJqk+CU7aNzz+Xolcf2DyIk8K2w2wWtGExXgY88gI in+86Iaaq4JJWKWn7CpPaQKhlBV7ACc62FN2i4NEGmoLTscIoZhI/+W2D5x+6ukYc0vRVKfcXqmO2 QrJsDoq3FJoowAcPNqAkxyhCEYC3Ia/998LQ5UMyXyyGzeRJNdfE4dDtwCEit3lyole7f+2q3kzi1 YAIhZEgt7lksDYHAQ2EVodFhVhykiUGlNGkeN9kmX1985eI1OFX7P4sEUo0Uc/9w7CljY1I2izB0p RpCBjXNg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tCwDj-00000008eKc-0Xr1; Mon, 18 Nov 2024 07:30:51 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tCwCm-00000008e3z-2vtc for linux-arm-kernel@lists.infradead.org; Mon, 18 Nov 2024 07:29:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=tGBxrzkqv227oRKatiTK1hbdP+UN67VHPWxn7DyvmWc=; b=G+gAL0 pb0dqUV9tF43gdvBkJmhhOpluwo5w6M5oYgedT720Ciuk4c9AJ6MNf8SiKQlactI 0e7cidwmb3i7uafLWeD3JDe2EIIpafWSm9EnY7s17sB1ltss0tM7iPdFR4Y8SjKS Z9+CJxxUkUEwA0506d8zFqQaOpM+wDG1GKf1YFgGFzaVs4QiAun/VYTFzZLH62gD Zb+lKSZUBTC6Rh2vhZBTgzlGvE4xz0mwkzBIbt9RoUmn87IgkPyNN0GMunYg1Xri ysr+NkHzGbJKSjU8j2p6BfIHnL7yhZHGyRJsMlbXXUywYX+ATMUnQz+FEm5qFTly rlkOg/YnsCyMZiWQ== Received: (qmail 112383 invoked from network); 18 Nov 2024 08:29:37 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:37 +0100 X-UD-Smtp-Session: l3s3148p1@y4MB4Son1NUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Suzuki K Poulose , Mike Leach , James Clark , Alexander Shishkin , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 04/15] coresight: etm4x: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:03 +0100 Message-Id: <20241118072917.3853-5-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241117_232953_007381_8EE148AD X-CRM114-Status: UNSURE ( 9.05 ) 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 The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Acked-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-etm4x-core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c index 66d44a404ad0..559972a00fdf 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include From patchwork Mon Nov 18 07:29:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13878207 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 E0018D43FE5 for ; Mon, 18 Nov 2024 07:31:55 +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-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=aAd/+tR/6amb3iC4y9aIm0hPICd8LWcv5HI4xQzRV/c=; b=PrOh+sVleKTfPbFlyi0NX+BRDe 1xfZydnjIoGu6d/vOXFTzgtSdiqSLYMzA79n26t/XUX8M1vtlB2nFvoaOEziQVgaO7rlKO63Qlvdx rZINb/REw024KnWCJZ8v0uhE6bpXcaS8PLh+GX4pobAfbRBYHz9PsLJNr7m8jU/vlok5Ef7xvJzBj /ruZcNhm8hwA8Ln+hTQ1mEaqv/ZlVc2djm6SYi5ds1SVtUnzeMc/BbDuHtvcPcfGNYOPvlTWRBz0c 3yGOTSEOyMDahEako4N5xVE6zJl4rGReG+F+NfF7sgCnmTgp1dDb5cloSEcbEjrTV+QlVkYj0Jyak dgGew2qw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tCwEb-00000008eZW-36S7; Mon, 18 Nov 2024 07:31:45 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tCwCo-00000008e4p-1Diq for linux-arm-kernel@lists.infradead.org; Mon, 18 Nov 2024 07:29:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=aAd/+tR/6amb3iC4y9aIm0hPICd8LWcv5HI4xQzRV/c=; b=WOVk2p dUoujkGOyrKFrqsvR767kNsLYhPt+wyZFiZbpLM9wjTE6mQGSaWnJo9tUvK8W8xj 5BW/0k+Muhwq21b/HjtmDzce+eyKIdLGm6LTdGu0/vAX27RV9e6vpg0JJs85EbJM qcoFSkfXzTMXlTcvCRLEvqMfGj9PB/M8S5265ESzDZG+av0P0Hhgv71gew7yE9Pf Oucie6QaZ5XnM/7DpUa1qIqq3rv0WiQ6SsIUHCT4kkY8OHcnD32C/vSmfoO3xk8w lqyryIpg2WwKcZeQZ6pKUh1g7pEw99qaK7E+DzEsXFGu9ZWb0mKx1fMeLPcv1O2q 9uxbre/f6DNFc62Q== Received: (qmail 112434 invoked from network); 18 Nov 2024 08:29:38 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:38 +0100 X-UD-Smtp-Session: l3s3148p1@0+IT4Son8tUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Hans de Goede , Dmitry Torokhov , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH 06/15] Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:05 +0100 Message-Id: <20241118072917.3853-7-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241117_232954_609083_3CD72FA9 X-CRM114-Status: UNSURE ( 9.50 ) 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 The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/input/keyboard/sun4i-lradc-keys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/keyboard/sun4i-lradc-keys.c b/drivers/input/keyboard/sun4i-lradc-keys.c index f304cab0ebdb..9a4fdef2650e 100644 --- a/drivers/input/keyboard/sun4i-lradc-keys.c +++ b/drivers/input/keyboard/sun4i-lradc-keys.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include From patchwork Mon Nov 18 07:29:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13878208 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 EEAA2D43FE3 for ; Mon, 18 Nov 2024 07:32:51 +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-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zIZipZXZzeXFxw5y+kIUydqWUv7lTVPzDgbO2oK3gn4=; b=33FS4Y0n0te/wISQGV0a35dEVS n83TRXW9fisnsXzyEYQMg+Azlm3nuMkje5JxwUYBi22nS+41WAk4//qJpYO0C9Kv4APMrmaEcC6dL dmc8F3VoltRS5q9wbRvdRlkJL1cQrMzt6HHMEvZVUFQidXxje8YJvHYmuxLw2xWRcPFiSdtofEZSx dcnpK0b0YUAMXcB4wEfz/INgsF7vXXxFM2YZeiKtZ7UapG+R27weU1ulmUT8WUz9w9VnR86FfQ6oT wHi3jn17+KVfQFqBOuENcK466uE/KJ7x4fzOcFdjQvIT0fnpKdL5I7VzAvNuPAXB9vTTTlNM1eXsn zAJ/Nyww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tCwFW-00000008eoe-1tm9; Mon, 18 Nov 2024 07:32:42 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tCwCu-00000008e7S-0ySF for linux-arm-kernel@lists.infradead.org; Mon, 18 Nov 2024 07:30:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=zIZipZXZzeXFxw5y+kIUydqWUv7lTVPzDgbO2oK3gn4=; b=HL+7WM opor2SYxeVA4JHlYVuMdXpQwfKmpXx66XE9fzBshiF7pdTI7uzGfcZOCMj14xc5d EJ25syDHUIg/rz0jua9qduEoJtilO0VUVE3UTSrzMSv+3jkUnHKFMM8wuaMMdeIc yPo/nXDLAi2MOjNNCw+LbiVljHiblxy4VJG4bUdGIdkvLHhFSaVZ/RH3yuspw3G5 sETeD4Cbw0frHGY9f/U6OpZGOVPaP3umDHc3CXaep/Z2IXCsefCAWg7WRS735T+s DPoQiSJZ0nagChQx0dVA2ObWZI6ZF9fEnn8Uif+bB7hC0b1tYjlKNvIdxXU6eKJb AkhHEuEkszEnbnfw== Received: (qmail 112572 invoked from network); 18 Nov 2024 08:29:43 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:43 +0100 X-UD-Smtp-Session: l3s3148p1@BLpV4SonsIYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Alexandre Belloni , Florian Fainelli , Broadcom internal kernel review list , linux-rtc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 13/15] rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:12 +0100 Message-Id: <20241118072917.3853-14-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241117_233000_570325_8BD9C823 X-CRM114-Status: UNSURE ( 9.08 ) 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 The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/rtc/rtc-brcmstb-waketimer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/rtc-brcmstb-waketimer.c b/drivers/rtc/rtc-brcmstb-waketimer.c index 1a65a4e0dc00..6c7701b24ba5 100644 --- a/drivers/rtc/rtc-brcmstb-waketimer.c +++ b/drivers/rtc/rtc-brcmstb-waketimer.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include From patchwork Mon Nov 18 07:29:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13878209 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 61F90D43FE5 for ; Mon, 18 Nov 2024 07:33:49 +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-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4mLliVVW6iKzF/knQYa+1jIwAJwPns2cF/3h1Vv+nTM=; b=IEs92F4lQhP628XH4hwBR60M48 iVLd9T8dMEy8qrGZTGcCXZqSus8L8IWl9gguDPOFAD11OcUSS4p+quIVK6SGUvPhiLbceq3lg9CLY QJX4bDXaMBMDjSF+Kq+GAZ282mLZ9pLwag1vRVM5Mr5aAc0DTHO/bc+5kg9olIjMIZg0DU6Y7ahKw Q6B20hgLISqP+fQqRH/3cx22467/2ZdDJ/4eGGXnMVTI6oKDZV+gcTggexS7dzmvJFRYe7GEWw/uq u3dB7VcjHHTCQe37H4CX4BetQMK6rdUkqrqWFmLW2sVszR4g+FNjHDFaOY0EdQ3Op7sqeXsG/ggKE gPU7tsYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tCwGR-00000008f5s-0MQD; Mon, 18 Nov 2024 07:33:39 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tCwCu-00000008e7f-38Y0 for linux-arm-kernel@lists.infradead.org; Mon, 18 Nov 2024 07:30:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=4mLliVVW6iKzF/knQYa+1jIwAJwPns2cF/3h1Vv+nTM=; b=FscPVe 7hhkydcZEDUwMG+waEjWQO34MFPUqqriDrdsi1a9sMTYwbpkfpSYrN0SMEoTYmUk q07IUE0NjY8yxgsvgRlfLaeufpSPfupt5m75xUeXi+SdVX83DJiOz+NCXrmHlex9 NhLSns9tipuAdZKRqASyf3qfiPA/VClH7Dv3iZqy6olnvuUtX+IcETOltRlQ9zSN iposHpLllHC9JWFV6PW533ERc7d7stHGRUId5ABD5SWhmBsS6A+YFUkkmLvHJGcz lSNNq+5h+S95i+mOfSaMhVNl9R7RNdF+NueIgagkNBlT892RmIjJG17Kr3QJ45dV FdwwHpRB14eHczAw== Received: (qmail 112590 invoked from network); 18 Nov 2024 08:29:43 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:43 +0100 X-UD-Smtp-Session: l3s3148p1@QLte4SontoYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Heikki Krogerus , Greg Kroah-Hartman , Matthias Brugger , AngeloGioacchino Del Regno , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH 14/15] usb: typec: tcpci_mt6370: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:13 +0100 Message-Id: <20241118072917.3853-15-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241117_233001_068990_BE6CFB4A X-CRM114-Status: UNSURE ( 9.51 ) 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 The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/usb/typec/tcpm/tcpci_mt6370.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/typec/tcpm/tcpci_mt6370.c b/drivers/usb/typec/tcpm/tcpci_mt6370.c index 9cda1005ef01..bc5fd2557e6f 100644 --- a/drivers/usb/typec/tcpm/tcpci_mt6370.c +++ b/drivers/usb/typec/tcpm/tcpci_mt6370.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include