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