From patchwork Sat Mar 27 01:58:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 410125 Delivered-To: patch@linaro.org Received: by 2002:a02:8562:0:0:0:0:0 with SMTP id g89csp2057458jai; Sat, 27 Mar 2021 00:42:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJywhMmCOHujPQ1e/i6Qw6VtkV15jzzXOTwmAjFbUGtLtSRlF+6a3yqO0gpjoxMl3XUrtH+b X-Received: by 2002:a17:902:b40e:b029:e6:837f:711 with SMTP id x14-20020a170902b40eb02900e6837f0711mr18981533plr.2.1616830938918; Sat, 27 Mar 2021 00:42:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616830938; cv=none; d=google.com; s=arc-20160816; b=vw9xWZ5J64owlp/YDy3nt8CsilO3VZ38gJikCL2Idgkfse9rJWQLUAMgQ0AiEqgBNH yYCSgtCarOudaxHkBIVeGI23sk2fZf6ev34fsGgkheCmRerSGxhReCVT1UkvOKTtWYyf e2MYdXNAjAgREGAvdsWMFGjgnYyng4f89EcDdn2SrV2Q0gz0nhBLnlS21V8mxuH7ywWI m282Grg4OsBdJyBBmGbWST+Ik2iQS2wAoxw0OHm7b13qMvh/eATRr7GaW5Y1RTyUmYFD 8gFvq5PbXEAVFTNqxSOa/LF3GdQ7/cb2zQhoWsrumZBtaMCR9j+/1P9FWQcJmARRsG3v uP4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:mime-version:message-id:date:subject:to:from :delivered-to; bh=UzTPEkxRmh3PnZBrlzasuIKpDnH2BzYtg1LUb3nv1Fs=; b=g/L1Cg7K0Ggg1mAsazgNxPeodMb/Oo5b9cQ9Y84sZP0cMYkBXfWN8yB/Wd7U66yFaf ADGvCQCP20dGbWFJGsKjNc6FIlg1KERqMSWkWnrfFYO2Q5gYOMSn2Mtb+8p2pu6XR5+u /O8psWNswz25t92SnAxM7IaobcR5b+rVTFQsnItEX9DLzfDZ+2hpCmL+fg8QYdAo2MAi 8WDrAGS2VhzysPpxI4xtpYBOKIyC0mRSlh6FIB+jxgZyczK6OgDdaqA9ZkAj6Uqxspn/ cIEMeHgms3dG2qbMdcyyTTQJg8UU8nlyZEEbCyacJsYoi8Vkx35ObH15xoa0DIZ+xKIj GHwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id oa11si10623964pjb.51.2021.03.27.00.42.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 00:42:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 978366E372; Sat, 27 Mar 2021 07:42:10 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by gabe.freedesktop.org (Postfix) with ESMTPS id A99626F515; Sat, 27 Mar 2021 01:59:04 +0000 (UTC) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4F6hlb29WqznbSw; Sat, 27 Mar 2021 09:56:27 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.179.202) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Sat, 27 Mar 2021 09:58:55 +0800 From: Zhen Lei To: Ben Skeggs , David Airlie , "Daniel Vetter" , dri-devel , nouveau , linux-kernel Subject: [PATCH 1/1] drm/nouveau/dmem: Remove duplicated header file inclusion Date: Sat, 27 Mar 2021 09:58:44 +0800 Message-ID: <20210327015844.1868-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected X-Mailman-Approved-At: Sat, 27 Mar 2021 07:42:09 +0000 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: Zhen Lei Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The header file is already included above and can be removed here. Signed-off-by: Zhen Lei --- drivers/gpu/drm/nouveau/nouveau_dmem.c | 1 - 1 file changed, 1 deletion(-) -- 1.8.3 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/drivers/gpu/drm/nouveau/nouveau_dmem.c b/drivers/gpu/drm/nouveau/nouveau_dmem.c index 92987daa5e17d02..f5cc057b123b8b0 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dmem.c +++ b/drivers/gpu/drm/nouveau/nouveau_dmem.c @@ -33,7 +33,6 @@ #include #include #include -#include #include