From patchwork Sat Dec 11 22:18:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 12672087 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 20503C433EF for ; Sat, 11 Dec 2021 22:19:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CBFFF10E2A7; Sat, 11 Dec 2021 22:19:24 +0000 (UTC) Received: from lynxeye.de (ns.lynxeye.de [87.118.118.114]) by gabe.freedesktop.org (Postfix) with ESMTP id A534A10E2A7 for ; Sat, 11 Dec 2021 22:19:23 +0000 (UTC) Received: by lynxeye.de (Postfix, from userid 501) id 87B29E74225; Sat, 11 Dec 2021 23:18:52 +0100 (CET) Received: from astat.fritz.box (a89-183-15-126.net-htp.de [89.183.15.126]) by lynxeye.de (Postfix) with ESMTPA id A443CE74023; Sat, 11 Dec 2021 23:18:51 +0100 (CET) From: Lucas Stach To: Laurentiu Palcu , Philipp Zabel Subject: [PATCH 1/2] drm/imx/dcss: add missing drm_bridge.h include Date: Sat, 11 Dec 2021 23:18:47 +0100 Message-Id: <20211211221848.1665958-1-dev@lynxeye.de> X-Mailer: git-send-email 2.31.1 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: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This has been pulled in via some other include before, which is no longer true. Signed-off-by: Lucas Stach Reviewed-by: Laurentiu Palcu --- drivers/gpu/drm/imx/dcss/dcss-kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/imx/dcss/dcss-kms.c b/drivers/gpu/drm/imx/dcss/dcss-kms.c index 9b84df34a6a1..96a9517021fe 100644 --- a/drivers/gpu/drm/imx/dcss/dcss-kms.c +++ b/drivers/gpu/drm/imx/dcss/dcss-kms.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include