Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1698035pxa; Sun, 2 Aug 2020 17:45:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx88oaMlmsQozJ/Xu0uOuHsSDP0KR/ec4nmkHZWfovgBbhI8T0ZbauvOZnJ+43qiW5iz8PI X-Received: by 2002:a17:906:2f17:: with SMTP id v23mr13958460eji.343.1596415501615; Sun, 02 Aug 2020 17:45:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596415501; cv=none; d=google.com; s=arc-20160816; b=fwIAoI7/7uiexd13co0hcj5nrxZL1eMd0nN6rasr1z0S3TnPX25ze3FGiYy1X5gxcd xlMNiHmtBP046ywqwnGK54EZsI2ds9I85hLl7L1Vk2GidnUoz5f0iPjY5LSci8ndKomo gMvTzpRjuX9tFUkk8Si/6gSfWfx1b+LYn3qT2TXX3urN6H7KSYuFsYQaHxO5U1lU1zni AMrFiSHPWShpxl08K98EH0VOa/C0FEDVtG6myf7LLIz93QX11FQMiVWZ8PXBdzvZJC47 YKxD4dI7aJ7nWL6ysUxSKvp4RBZ2JED/j2kXq8m+qhQnvF4T9RXxeEbDejp5yUisnHjG 8AdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=H7cRYwjXpmMo0X80OaX+L3DajWSQo9VQwoi0s1p6LpM=; b=mytae71mp3ZLfwVcZYvgwr2u24r/LJS3cjXfS5eESkx7OL4UMTAJo5Zbr/Vtc+DTl2 UnLFsDUN2CHavLKCa0mQJJAQ4zS/+1cnKUNHcY+mRmttKkjH2w0FY1O86wEGnIgA2V2s dLOWPskqqTn746wBrhO8w6Kb4OjsEDihWaAhG3P01qZFU/fdSkGc+Pi7ePsrihaMSCbZ Vqic3awYU9fDL7dhrEesP6FMRxH7w7cAw2ReuGQ70Cvs0TmGrbpVS/QkwTzKRikzNuY3 o1r2NaFVdFHdFSjyAQl73FRRAb04PeYfou/OyZIKotxx9NFm9K2ImbtOspb47QtU4Kyu ZViA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l10si9928879edk.142.2020.08.02.17.44.38; Sun, 02 Aug 2020 17:45:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727902AbgHCAko (ORCPT + 99 others); Sun, 2 Aug 2020 20:40:44 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:9311 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726988AbgHCAko (ORCPT ); Sun, 2 Aug 2020 20:40:44 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id B3B1C4E8D41A1D917389; Mon, 3 Aug 2020 08:40:38 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.487.0; Mon, 3 Aug 2020 08:40:30 +0800 From: Tian Tao To: , , , , , , , , CC: Subject: [PATCH drm/hisilicon v2 1/3] drm/hisilicon: Remove the unused include statements Date: Mon, 3 Aug 2020 08:38:32 +0800 Message-ID: <1596415114-21175-2-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1596415114-21175-1-git-send-email-tiantao6@hisilicon.com> References: <1596415114-21175-1-git-send-email-tiantao6@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove some unused include statements. v2: edit patch name and commit message. Signed-off-by: Tian Tao --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 3 --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 5 ----- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 -- 3 files changed, 10 deletions(-) diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c index cc70e83..66132eb 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c +++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c @@ -17,9 +17,6 @@ #include #include #include -#include -#include -#include #include #include "hibmc_drm_drv.h" diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c index b8d839a..54f6144 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c +++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c @@ -11,18 +11,13 @@ * Jianhua Li */ -#include -#include #include #include #include -#include #include #include #include -#include -#include #include #include "hibmc_drm_drv.h" diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c index 2ca69c3..ed12f61 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c +++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c @@ -11,10 +11,8 @@ * Jianhua Li */ -#include #include #include -#include #include #include "hibmc_drm_drv.h" -- 2.7.4