From patchwork Wed Sep 5 13:57:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10588919 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 D2AB85A4 for ; Wed, 5 Sep 2018 13:57:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C10692A21D for ; Wed, 5 Sep 2018 13:57:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B53EB2A229; Wed, 5 Sep 2018 13:57:42 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED 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 74BC02A21D for ; Wed, 5 Sep 2018 13:57:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EB9B56E4A5; Wed, 5 Sep 2018 13:57:41 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5B6456E4A5 for ; Wed, 5 Sep 2018 13:57:40 +0000 (UTC) Received: by mail-ed1-x52a.google.com with SMTP id s10-v6so6135454edb.11 for ; Wed, 05 Sep 2018 06:57:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XCn0hWfbInBKZJkYcexeNr3rI7lLYiA6WjyR94Ir74A=; b=Sb/1M9WpABAxMaK+7qK+mnlWHvB53r0ZbegtiyTzgZmY/n9MTubKUFAtlImLbaEcJy a9jiMX8gwAMhaoYrkMIBRQt7rDhjcqT9RLt0bd1iALDpwt3+d889Mqi/cxboK/tVtmXx FQjGbNtF51A0FVWuFYyr8I6Pk5Xf4+Db6svxcoLmH+fyR5mlEoapTj+im8Ft02lQMLJh RGEWRx8LL6E4EatQD2yiDLk9QyeZ3VeJV8Xs7S7Pe2mNeKprqvS7Bzgnhk6517oanD5V NgVTs5Dtx69sR+Gisqg0OMNBCQkrtddD+EOtLosm1rmC21FH9asbN5Uf5324OnAxTzG9 KQzg== X-Gm-Message-State: APzg51DM0wq683csJgLpoGZk0hb6dmbAjdFcIW5Q0zixwFbnIRi8PH/C zFuvzWDxljZEU1CGJ77n8Z9U7g== X-Google-Smtp-Source: ANB0Vdb1jJVkyYSzlePqRFbr9Qhcsg9yPX2vKHtxUgzWkOtkYoVKnWalybg36vh6sgOnBNoX7XRu0A== X-Received: by 2002:a50:999e:: with SMTP id m30-v6mr40838408edb.51.1536155859052; Wed, 05 Sep 2018 06:57:39 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id p10-v6sm926439edh.9.2018.09.05.06.57.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Sep 2018 06:57:34 -0700 (PDT) From: Daniel Vetter To: DRI Development Date: Wed, 5 Sep 2018 15:57:08 +0200 Message-Id: <20180905135711.28370-4-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.19.0.rc1 In-Reply-To: <20180905135711.28370-1-daniel.vetter@ffwll.ch> References: <20180905135711.28370-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 4/7] drm: drop drmP.h include from drm_crtc.c X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Intel Graphics Development , Daniel Vetter Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP This is starting to become easy! v2: Compiles now, with drm/kernel.h extracted. Reviewed-by: Sean Paul Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_crtc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index bae43938c8f6..2f6c877299e4 100644 --- a/drivers/gpu/drm/drm_crtc.c +++ b/drivers/gpu/drm/drm_crtc.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include @@ -42,6 +42,9 @@ #include #include #include +#include +#include +#include #include "drm_crtc_internal.h" #include "drm_internal.h"