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 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 09056C61DD3 for ; Thu, 3 Sep 2026 08:12:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3259B10F45F; Thu, 3 Sep 2026 08:12:30 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="dLUncXhm"; dkim-atps=neutral Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5825710F45F for ; Thu, 3 Sep 2026 08:12:28 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 2D2F41A1990; Thu, 3 Sep 2026 08:12:27 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id E92A96057F; Thu, 3 Sep 2026 08:12:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E3F7C11C7A03F; Thu, 3 Sep 2026 10:12:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1788423144; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=uzHFdnJ9YPRPA9nGrh7ulAEZnrzGbXJbec5Chdit+Zg=; b=dLUncXhm5sG8BzsByBLKL8FY+kz8ST/wcXw/Ad1l0089CcnNuY7+0BE+4nU1HFfHAsAy7K zu1lGgQQU7YacN6w802YXVKGadFihpokWFiy2RUXFslJrzSmBrNZIC7VMaLLayTL6huouN 9nnpV6piK6AdvWiY+alqEF7zcd+7k6c1VtsUQ+xECq7gbz0mu4vjm9zAedldd7sD2BS7Fs GPXrcEdOztlCBuAvG4vgoBKpZ3IyiLzDuHXAwvQzuu54nqeVlwYQRxoK8nARxrwwETpKvA dQcMOeouCwMMkvZknp+tCAU+lJxO9Z7k3P7XnQx+7zoIjtwkhBnoTASz6+GlNA== From: Luca Ceresoli Date: Thu, 03 Sep 2026 10:11:12 +0200 Subject: [PATCH RFC v2 09/19] drm/mcde: dsi: remove unused includes MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260903-drm-bridge-every-panel-v2-9-2ab8ee24538e@bootlin.com> References: <20260903-drm-bridge-every-panel-v2-0-2ab8ee24538e@bootlin.com> In-Reply-To: <20260903-drm-bridge-every-panel-v2-0-2ab8ee24538e@bootlin.com> To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Jessica Zhang , Linus Walleij , Inki Dae , Jagan Teki , Marek Szyprowski Cc: Albert Esteve , Anusha Srivatsa , Dmitry Baryshkov , Hui Pu , Ian Ray , Thomas Petazzoni , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Luca Ceresoli X-Mailer: b4 0.16.0 X-Last-TLS-Session-Version: TLSv1.3 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The helpers are included but unused. Signed-off-by: Luca Ceresoli --- New patch in v2 --- drivers/gpu/drm/mcde/mcde_dsi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/mcde/mcde_dsi.c b/drivers/gpu/drm/mcde/mcde_dsi.c index ce078aa3910f..747886dfa17a 100644 --- a/drivers/gpu/drm/mcde/mcde_dsi.c +++ b/drivers/gpu/drm/mcde/mcde_dsi.c @@ -11,17 +11,14 @@ #include #include