From patchwork Sat Mar 27 01:49:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 410123 Delivered-To: patch@linaro.org Received: by 2002:a02:8562:0:0:0:0:0 with SMTP id g89csp2057412jai; Sat, 27 Mar 2021 00:42:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyyUw6HQidqUwYACh6IS3nOAeTo2vYZGbjLMcKfK9L7m1YVP3P3MH5nEWIodXeSnEuEGS4W X-Received: by 2002:a63:4413:: with SMTP id r19mr15305738pga.75.1616830933358; Sat, 27 Mar 2021 00:42:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616830933; cv=none; d=google.com; s=arc-20160816; b=KMz3VZIWlsCtN2XV9ybsO8kLKoc/MDPss3grCMmz+t4QZSMRthDH9F/sH0CDYZXWWI cP7QUig1SSGy/OFOWkiIbnP0yvL5oljskZnaH285bpHJKbFhzpuWEfjJHQlLv8eqly66 NEDUk2O8z+3ZQyFX6ov7UdpbEcY26UjnxRS3KzFD+c89K7Dv25MkVVfTHI0pwNHhcxkw tnYSdIk0Oedl2UVD06yW3sr3eJhH6UR3mPn8hC9Sqh2f1l9rPw0hjMKkbI0CfFO+zBZg Bt0cfSRsvyn2EoPnVeixhCvKN8WzCeLrz5EQ0+OTkA32sZoaZAdGlBp3kb16t7x3YVOv m36Q== 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=oZSpXcf9C8ipsQG2WypSs7afgwhe5UXxmQQPCKfBU2M=; b=fPh3vnBw3eEKkssKSY1O0cn51zwnyvVLWhhIxUTNwIke9FeJ77f/EQCvY8jPNUa1QY Gnpnnw53y5LfZfmt6m1gs2O738WrYP5w6lAh4M1Ez/mVXMzJK/ryAoox7sI7zAaOI1Om GkfzgX3VaqrTuMhFmmkhSIVI+k7Qeuk7ONdmt/mlQjYQpche5rZFu+Jj9egwPbgEBEY7 jGaB+s9mZJhNBLyfzIS0MxO4FYYdOujg31Nch8jNrF1PY3qP4BRTt/2yLlVNDQkuIhA8 Z59PDkqjIX8iz1dJmX2JjhVB4QYxDiwebrEfr7LSdi+XE0f+tq9TQXGb6JrkuCgQMfbG 3xmg== 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 f21si11274785pjj.152.2021.03.27.00.42.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 00:42:13 -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 D891B6E0FE; Sat, 27 Mar 2021 07:42:09 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5A6216E07D; Sat, 27 Mar 2021 01:49:59 +0000 (UTC) Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F6hYj4QF1zySV7; Sat, 27 Mar 2021 09:47:53 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.179.202) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Sat, 27 Mar 2021 09:49:44 +0800 From: Zhen Lei To: Harry Wentland , Leo Li , "Alex Deucher" , =?utf-8?q?Christian_K?= =?utf-8?b?w7ZuaWc=?= , David Airlie , Daniel Vetter , amd-gfx , dri-devel , linux-kernel Subject: [PATCH 1/1] drm/amd/display: Remove duplicated header file inclusion Date: Sat, 27 Mar 2021 09:49:19 +0800 Message-ID: <20210327014919.1815-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 included in the following common section and can be removed here. Signed-off-by: Zhen Lei --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.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/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 573cf17262da4e1..74989ed502016ee 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -44,7 +44,6 @@ #include "amdgpu_dm.h" #ifdef CONFIG_DRM_AMD_DC_HDCP #include "amdgpu_dm_hdcp.h" -#include #endif #include "amdgpu_pm.h"