From patchwork Fri Aug 12 20:57:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 12942530 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 352E2C00140 for ; Fri, 12 Aug 2022 21:00:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 013E110E288; Fri, 12 Aug 2022 20:58:35 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3F25911A8C1 for ; Fri, 12 Aug 2022 20:58:17 +0000 (UTC) Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4M4GGw4RvvzDr9c; Fri, 12 Aug 2022 20:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660337896; bh=Cj/IV1pw2ThI7GI1gCVGS2XtSOAt2LEW66sQ/W0zDOU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Qjv7ooXV5hcNn11uVqo1AjqyWEKF0hYSRght/Gy3ctPMqdRkLWeWPwTMNANw6NBeB 5EVKe92ObXlU1aX4oF9LNl173v0YBocA/1+Mphw4Ss5peB6cJgA17RLyYfC28qmkG/ 9XFIpHMK0asP3h9la42Eb9hC1VwOiyNDlkUPe+/4= X-Riseup-User-ID: 708B23FB59B0A5C365B1067DF54257BAC0DDD0CFCD81A4E994BA249C443765C8 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4GGr5fn5z5vTk; Fri, 12 Aug 2022 20:58:12 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: David Airlie , Daniel Vetter , Maxime Ripard Subject: [PATCH 1/5] drm/bridge: anx7625: Drop of_gpio header Date: Fri, 12 Aug 2022 17:57:42 -0300 Message-Id: <20220812205746.609107-2-mairacanal@riseup.net> In-Reply-To: <20220812205746.609107-1-mairacanal@riseup.net> References: <20220812205746.609107-1-mairacanal@riseup.net> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , Neil Armstrong , Jonas Karlman , linux-kernel@vger.kernel.org, Robert Foss , =?utf-8?q?Ma=C3=ADra_Canal?= , dri-devel@lists.freedesktop.org, Andrzej Hajda , Laurent Pinchart Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This driver includes the deprecated OF GPIO header yet fail to use symbols from it, so drop the include. Cc: Andrzej Hajda Cc: Neil Armstrong Cc: Robert Foss Cc: Laurent Pinchart Cc: Jonas Karlman Cc: Jernej Skrabec Signed-off-by: Maíra Canal Reviewed-by: Robert Foss --- drivers/gpu/drm/bridge/analogix/anx7625.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c index 79fc7a50b497..d7d4ca1c8b30 100644 --- a/drivers/gpu/drm/bridge/analogix/anx7625.c +++ b/drivers/gpu/drm/bridge/analogix/anx7625.c @@ -17,7 +17,6 @@ #include #include -#include #include #include From patchwork Fri Aug 12 20:57:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 12942531 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B6D6BC00140 for ; Fri, 12 Aug 2022 21:01:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DFA9712BE71; Fri, 12 Aug 2022 20:58:59 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7FDE210F0E8 for ; Fri, 12 Aug 2022 20:58:34 +0000 (UTC) Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4M4GHG0kgyzDrVy; Fri, 12 Aug 2022 20:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660337914; bh=+5D7uHE/auwFvlOw3q1l74r90MUsvTeHdD2XmuMoZAg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sEx6338JJrL2aTWU6Djp837PM+GosfWj+fPpEIDv98j6DpdFIhOno7czJXNtaTBVn euxSREXqOhalFJT9oE2CT/hebLtdn7NBHFNUn+3gKyMn5EXFXZbVvUnlbU18PZyA4i XXYMmCSMwZDR5EcySQaGq0RuH+R7Bg51T7XKkki0= X-Riseup-User-ID: 3E3F3A4663E39F6CE14249ECF034F0D0F5DCA7766374AF9685B88D20D0D69A1E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4GHB6TWCz5vTk; Fri, 12 Aug 2022 20:58:30 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: David Airlie , Daniel Vetter , Maxime Ripard Subject: [PATCH 2/5] drm/mediatek: Drop of_gpio header Date: Fri, 12 Aug 2022 17:57:43 -0300 Message-Id: <20220812205746.609107-3-mairacanal@riseup.net> In-Reply-To: <20220812205746.609107-1-mairacanal@riseup.net> References: <20220812205746.609107-1-mairacanal@riseup.net> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, =?utf-8?q?Ma=C3=ADra_Canal?= , linux-mediatek@lists.infradead.org, Matthias Brugger Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" These drivers include the deprecated OF GPIO header yet fail to use symbols from it, so drop the include. Cc: Chun-Kuang Hu Cc: Philipp Zabel Cc: Matthias Brugger Cc: linux-mediatek@lists.infradead.org Signed-off-by: Maíra Canal --- drivers/gpu/drm/mediatek/mtk_dpi.c | 1 - drivers/gpu/drm/mediatek/mtk_hdmi.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c b/drivers/gpu/drm/mediatek/mtk_dpi.c index 630a4e301ef6..508a6d994e83 100644 --- a/drivers/gpu/drm/mediatek/mtk_dpi.c +++ b/drivers/gpu/drm/mediatek/mtk_dpi.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/gpu/drm/mediatek/mtk_hdmi.c b/drivers/gpu/drm/mediatek/mtk_hdmi.c index 3196189429bc..4c80b6896dc3 100644 --- a/drivers/gpu/drm/mediatek/mtk_hdmi.c +++ b/drivers/gpu/drm/mediatek/mtk_hdmi.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include From patchwork Fri Aug 12 20:57:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 12942535 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 124FBC00140 for ; Fri, 12 Aug 2022 21:01:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 02D9118B4D1; Fri, 12 Aug 2022 20:59:29 +0000 (UTC) Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F20014B512 for ; Fri, 12 Aug 2022 20:58:43 +0000 (UTC) Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4M4GHQ42MNz9s2H; Fri, 12 Aug 2022 20:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660337922; bh=YOSyDteCND3ndEMO86/nMvrstN4s/JMsBfnofZVgVAc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BALkIqQaiZYXrIeHgtiGpfaBeTlXeWWyt4oxfTuEyQ/zSbf0BI74Kg9u2mii+gFKH NZooC5yEs/JF3bEjJ1hIL+tca2L0b+D3+QeArqjGjrKH/xDrzFobvYx8odxTidCjA5 /oF5ET0c5Xh1c0Om5L8twfKnckTyLy1o2iOb0eWQ= X-Riseup-User-ID: F6D98B7A89F4D59F7332F4EEFE6090DFB94B7A174B3A4C1F90ADC9E4F4AE482D Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4GHM57VBz5vTk; Fri, 12 Aug 2022 20:58:39 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: David Airlie , Daniel Vetter , Maxime Ripard Subject: [PATCH 3/5] drm/msm: Drop of_gpio header Date: Fri, 12 Aug 2022 17:57:44 -0300 Message-Id: <20220812205746.609107-4-mairacanal@riseup.net> In-Reply-To: <20220812205746.609107-1-mairacanal@riseup.net> References: <20220812205746.609107-1-mairacanal@riseup.net> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Abhinav Kumar , =?utf-8?q?Ma=C3=ADra_Canal?= , Dmitry Baryshkov , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" These drivers include the deprecated OF GPIO header yet fail to use symbols from it, so drop the include. Cc: Rob Clark Cc: Abhinav Kumar Cc: Dmitry Baryshkov Cc: Sean Paul Signed-off-by: Maíra Canal --- drivers/gpu/drm/msm/dp/dp_parser.c | 2 +- drivers/gpu/drm/msm/hdmi/hdmi.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/msm/dp/dp_parser.c b/drivers/gpu/drm/msm/dp/dp_parser.c index f6ab3b5586ce..9a1bd92dcdc5 100644 --- a/drivers/gpu/drm/msm/dp/dp_parser.c +++ b/drivers/gpu/drm/msm/dp/dp_parser.c @@ -3,7 +3,7 @@ * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. */ -#include +#include #include #include diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c index 93fe61b86967..f178c424257b 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c @@ -6,7 +6,6 @@ */ #include -#include #include #include From patchwork Fri Aug 12 20:57:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 12942533 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 BDAE1C00140 for ; Fri, 12 Aug 2022 21:01:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6220D12BA91; Fri, 12 Aug 2022 20:59:27 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gabe.freedesktop.org (Postfix) with ESMTPS id D683018A818 for ; Fri, 12 Aug 2022 20:58:48 +0000 (UTC) Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4M4GHW4LxJzDrYp; Fri, 12 Aug 2022 20:58:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660337927; bh=4hKi98zmcpOygJlC/brm5+e7Zm6yFWUFqTK/C2pjE6E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KxmILLhifmsCArKZceHkBvO5Hv0pfvwRrI/HEswBTu0FoWIXmYXcIQsRNYBXNB33z 80oopLBZ6Ec3Jv/Q69iuWlNuG6ySuzXJbDY5M6NSZo5gXJ2mC0rpev94DxHo4EFgzP AaPJzDwCRnWJ58u2ulV+25KcNCWGu53ODXeV9Pvc= X-Riseup-User-ID: 018427D77F8C1B0ED7E92F6C037AF4BED3A940C33AD9DA3F32EDD34960F4EA7B Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4GHT2hGdz5vTk; Fri, 12 Aug 2022 20:58:45 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: David Airlie , Daniel Vetter , Maxime Ripard Subject: [PATCH 4/5] drm/sti: Drop of_gpio header Date: Fri, 12 Aug 2022 17:57:45 -0300 Message-Id: <20220812205746.609107-5-mairacanal@riseup.net> In-Reply-To: <20220812205746.609107-1-mairacanal@riseup.net> References: <20220812205746.609107-1-mairacanal@riseup.net> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Ma=C3=ADra_Canal?= , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Alain Volmat Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This driver includes the deprecated OF GPIO header yet fail to use symbols from it, so drop this include. Cc: Alain Volmat Signed-off-by: Maíra Canal Acked-by: Alain Volmat --- drivers/gpu/drm/sti/sti_dvo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c index b6ee8a82e656..0fc7710b054a 100644 --- a/drivers/gpu/drm/sti/sti_dvo.c +++ b/drivers/gpu/drm/sti/sti_dvo.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include From patchwork Fri Aug 12 20:57:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 12942532 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C55DBC00140 for ; Fri, 12 Aug 2022 21:01:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2693018A65F; Fri, 12 Aug 2022 20:59:18 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA80518B0F5 for ; Fri, 12 Aug 2022 20:58:57 +0000 (UTC) Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4M4GHd5dgqzDrWj; Fri, 12 Aug 2022 20:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660337934; bh=y80rAjtyI90l4pYA2PmLI6hAu/QfuENqfs+DM+rz9e4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dUbVjMjKDhpin6ofO4Y/kQBqZBGCJGvRw+jednuCUhS4YAu2LEStdopmY6YbLEn30 aWTgP2T7jzzpaaoLKn5x4hsZJltMZ1wksVwa2LeAqRJhNaFBhucyzmsJ++pn46r6H8 DWznccXjRl49P+HBGcpFV1ncOfFYnqDo71291XLg= X-Riseup-User-ID: DC9824601D8E0EC01A28321600E13B59C361C0F47D58838ABB1CFB09111CD323 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4GHZ4ZhBz5vTk; Fri, 12 Aug 2022 20:58:50 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: David Airlie , Daniel Vetter , Maxime Ripard Subject: [PATCH 5/5] drm/vc4: Drop of_gpio header Date: Fri, 12 Aug 2022 17:57:46 -0300 Message-Id: <20220812205746.609107-6-mairacanal@riseup.net> In-Reply-To: <20220812205746.609107-1-mairacanal@riseup.net> References: <20220812205746.609107-1-mairacanal@riseup.net> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Ma=C3=ADra_Canal?= , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Emma Anholt Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This driver includes the deprecated OF GPIO header yet fail to use symbols from it, so drop the include. Cc: Emma Anholt Cc: Maxime Ripard Signed-off-by: Maíra Canal --- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c index 6f61a1b8a1a3..84e5a91c2ea7 100644 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include