From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 382C4C433F5 for ; Thu, 7 Oct 2021 19:00:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B68561139 for ; Thu, 7 Oct 2021 19:00:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243845AbhJGTCJ (ORCPT ); Thu, 7 Oct 2021 15:02:09 -0400 Received: from mga12.intel.com ([192.55.52.136]:38105 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243849AbhJGTCC (ORCPT ); Thu, 7 Oct 2021 15:02:02 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="206459147" X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="206459147" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 12:00:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="524775901" Received: from lkp-server01.sh.intel.com (HELO 72c3bd3cf19c) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 07 Oct 2021 12:00:05 -0700 Received: from kbuild by 72c3bd3cf19c with local (Exim 4.92) (envelope-from ) id 1mYYce-0007Z8-Dn; Thu, 07 Oct 2021 19:00:04 +0000 Date: Fri, 8 Oct 2021 02:59:21 +0800 From: kernel test robot To: Jimmy Kizito Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Alex Deucher , Jun Lei , Harry Wentland , Leo Li , Christian =?iso-8859-1?Q?K=F6nig?= , "Pan, Xinhui" , David Airlie , Daniel Vetter , Nicholas Kazlauskas Subject: [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion Message-ID: <20211007185921.GA48246@7c2d80b4df4a> References: <202110080237.CawAOdvT-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110080237.CawAOdvT-lkp@intel.com> X-Patchwork-Hint: ignore drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- dc_link_dpia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c index c95ee4603151a..2c4d896ffbb25 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c @@ -31,7 +31,6 @@ #include "dc_link_dp.h" #include "dpcd_defs.h" #include "link_hwss.h" -#include "inc/link_dpcd.h" #include "dm_helpers.h" #include "dmub/inc/dmub_cmd.h" #include "inc/link_dpcd.h"