From patchwork Fri Feb 8 06:02:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 10802421 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 7F6E96C2 for ; Fri, 8 Feb 2019 06:03:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6DB002E56A for ; Fri, 8 Feb 2019 06:03:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 604382E574; Fri, 8 Feb 2019 06:03:04 +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 16BE82E56A for ; Fri, 8 Feb 2019 06:03:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8A2D16E3DC; Fri, 8 Feb 2019 06:03:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) by gabe.freedesktop.org (Postfix) with ESMTPS id BEB856E3DC for ; Fri, 8 Feb 2019 06:03:00 +0000 (UTC) Received: by mail-qt1-f193.google.com with SMTP id l11so2771915qtp.0 for ; Thu, 07 Feb 2019 22:03:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4J99pS820vJG8R6BMT8R5uc5unH9zi10s5KwbbGVQ8w=; b=LNwuH/m5nb5i6J0vo2brxaffhh/r0VJanhWE0q436PQPuTy9Sb4EQ0KdVjhscCGfx3 b3Oso04nEQgppSrF0QMFIMWWEY5m0t8zWkMR0EoIOZiTb6BeaL1zEsOTb3h83p/TnpMI VLeNU9w/aSN1wKTormfFhjO9wfLd7wC2cH8xX7531HGhy1aZ2xZZ59RUso/vI7557HDn eEvjEwMnHPLGns1eRTCH2pT2yYUfEsiSRWCjGBGi9WbILMWSysyAeFpRw/o3kCZ/kj1q KTC9k5JgOHBbl974/DAlYZnQWsBLwvp4rT8RfweamUJIa+cg6PJyE1Umzl32SkzpwAgw cupw== X-Gm-Message-State: AHQUAubCtS11mTBL3KHeH0oALLJLs+uWp1PDMQIbvNSVglsrQohQo5wn VW05T5gqYevx++owQAI91p003g== X-Google-Smtp-Source: AHgI3IaUfH9TnFt1mis/ttpKDH7qHAxs74b4Ncs9bdwAemJnW8cCjyxCkg7otaEX2ZpNx0Y1qFSa2w== X-Received: by 2002:ac8:5157:: with SMTP id h23mr9091612qtn.370.1549605779973; Thu, 07 Feb 2019 22:02:59 -0800 (PST) Received: from redhat.com (pool-173-76-246-42.bstnma.fios.verizon.net. [173.76.246.42]) by smtp.gmail.com with ESMTPSA id s40sm1191106qtb.83.2019.02.07.22.02.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Feb 2019 22:02:59 -0800 (PST) Date: Fri, 8 Feb 2019 01:02:58 -0500 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Subject: [PATCH 2/3] drm: tweak header name Message-ID: <20190124142448.23243-4-mst@redhat.com> References: <20190124142448.23243-1-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190124142448.23243-1-mst@redhat.com> X-Mailer: git-send-email 2.17.1.1206.gb667731e2e.dirty X-Mutt-Fcc: =sent 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: linux-arch@vger.kernel.org, Arnd Bergmann , Maxime Ripard , dri-devel@lists.freedesktop.org, David Airlie , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Use linux/mman.h to make sure we get all mmap flags we need. Signed-off-by: Michael S. Tsirkin --- include/drm/drmP.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/drm/drmP.h b/include/drm/drmP.h index bdb0d5548f39..a3184416ddc5 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -57,8 +57,7 @@ #include #include #include - -#include +#include #include #include