From patchwork Wed Dec 26 21:03:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 10743295 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3D08A6C2 for ; Wed, 26 Dec 2018 21:04:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DEDC286D4 for ; Wed, 26 Dec 2018 21:04:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2259F28701; Wed, 26 Dec 2018 21:04:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,URIBL_RHS_DOB autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 98B2C286D4 for ; Wed, 26 Dec 2018 21:04:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8CCA56E0BA; Wed, 26 Dec 2018 21:04:44 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id D8AAA6E0BA for ; Wed, 26 Dec 2018 21:04:40 +0000 (UTC) Received: by mail-lj1-x242.google.com with SMTP id s5-v6so14683117ljd.12 for ; Wed, 26 Dec 2018 13:04:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=NRozyeLiWHpg/hx5SA4kgSLG5KuwqMNqVkRPL1Epp5c=; b=FHgyOfw14vj/S28TIBHRtuN7y1KZqHte311rYjOiiehDrIddij9OYxmZ4aBMdYq7/x W6l/MCUXZeFK41e1gj+WOIwarc12jxMvYfaDkRl9SYH5dJbjCCS7TyHkJkqXsQhdxGfN hxPM+EzVig+RUa3SIDx59V6oDC/4rgKIZ+2Aw4J/smcGligNwY16rnHIU0vz5ftuumNm cINNIDZyG6W269/kWxUYRdxeB3nOVoG1kze+yVlgwLfsCvXCEAtPta+t/akLB89yKO8Q MMkbW+7iLrOPCVzgLbX2WqULk9Bk5Wv6Zugwe7ihTEKtLTfUS/4sNDstY+JBCt2XsSiw VcLA== X-Gm-Message-State: AA+aEWaig3j3Q5qWMGKUuZrB7BS/xJ7pJIML5FYgeJ9VYGCBftlXZElm q0V2VsKMJFw+BDidgFCnCK4= X-Google-Smtp-Source: AFSGD/VC69C34X3ccV1MIOiiBWM+M3UK4GmcJ62tGLrx20s9n+6vx3QTUbFMrCyLGxnhMUHrSb8rlw== X-Received: by 2002:a2e:5654:: with SMTP id k81-v6mr11762622ljb.48.1545858279261; Wed, 26 Dec 2018 13:04:39 -0800 (PST) Received: from jupiter.lan (18.158-248-194.customer.lyse.net. [158.248.194.18]) by smtp.gmail.com with ESMTPSA id g70-v6sm7768124ljg.92.2018.12.26.13.04.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Dec 2018 13:04:38 -0800 (PST) From: Sam Ravnborg To: Daniel Vetter , David Airlie , Maarten Lankhorst , Maxime Ripard , Sean Paul , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [PATCH v1 4/7] drm: remove include of drmP.h from bridge/dw_hdmi.h Date: Wed, 26 Dec 2018 22:03:50 +0100 Message-Id: <20181226210353.13993-4-sam@ravnborg.org> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20181226210215.GA27610@ravnborg.org> References: <20181226210215.GA27610@ravnborg.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Kieran Bingham , Laurent Pinchart , Fabio Estevam , Sam Ravnborg MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add missing includes in dw_hdmi.h and fix fallout in drivers. Signed-off-by: Sam Ravnborg Cc: Archit Taneja Cc: Andrzej Hajda Cc: Laurent Pinchart Cc: David Airlie Cc: Daniel Vetter Cc: Kieran Bingham Cc: Fabio Estevam Cc: Neil Armstrong Cc: Maxime Ripard Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 4 ++++ drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c | 1 + include/drm/bridge/dw_hdmi.h | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c index 8f9c8a6b46de..c61ec4caaa84 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c @@ -8,6 +8,10 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ + +#include +#include + #include #include diff --git a/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c b/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c index 75490a3e0a2a..f5b07a2e3f59 100644 --- a/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c +++ b/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c @@ -8,6 +8,7 @@ */ #include +#include #include #include diff --git a/include/drm/bridge/dw_hdmi.h b/include/drm/bridge/dw_hdmi.h index ccb5aa8468e0..b0218ee75a65 100644 --- a/include/drm/bridge/dw_hdmi.h +++ b/include/drm/bridge/dw_hdmi.h @@ -10,7 +10,10 @@ #ifndef __DW_HDMI__ #define __DW_HDMI__ -#include +#include + +#include +#include struct dw_hdmi;