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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ADEF6C4167B for ; Wed, 29 Nov 2023 17:23:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 17ED210E209; Wed, 29 Nov 2023 17:23:31 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC34A10E218 for ; Wed, 29 Nov 2023 17:23:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701278609; x=1732814609; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=4lSFQ3iRjJe1QgXwktO3m/mevj43q2OpIyrp+a/5XCQ=; b=J2/8RNllVbLXx8XI110HhvbqHkQmLWugEhG+6/sHnEcK0NhEIBHOTy0a gdKX93HjgBKD/mEPGBUIyqlYcZsiZVefvTZ1SluhZEl+JoQPDMVQWYd9M ULvc7UAFfjF3axMt1Xc1NipopZ1vEj1E53cW1sac6lC6/MpCcHTMGcUH1 NyhFq6RL2tVhSlj5K+KU4C1FzU/FkNjSGk/HOOhhi8r17O5B7Nbq80yoB LKB/iQKrIR9aGSbgk1e+RE5tjbfZCoJJes9qff4xxlW9HKBVmyOxAj2xg mtjZkB5TKZa8Ws+kDlikUZNAjgG8qLz6NuYKoK8HelPp2N3vrCgpYkwSu Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="69592" X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="69592" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 09:23:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="10411943" Received: from dstavrak-mobl.ger.corp.intel.com (HELO localhost) ([10.252.60.61]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 09:23:24 -0800 From: Jani Nikula To: Andy Shevchenko , Ankit Nautiyal , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org In-Reply-To: <20231129140129.699767-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20231129140129.699767-1-andriy.shevchenko@linux.intel.com> Date: Wed, 29 Nov 2023 19:23:21 +0200 Message-ID: <87msuw5v92.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Intel-gfx] [PATCH v1 1/1] drm/i915/display: Don't use "proxy" headers X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Rodrigo Vivi , Andy Shevchenko , David Airlie Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 29 Nov 2023, Andy Shevchenko wr= ote: > The driver uses math.h and not util_macros.h. > > Signed-off-by: Andy Shevchenko Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_snps_phy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_snps_phy.c b/drivers/gpu/= drm/i915/display/intel_snps_phy.c > index ce5a73a4cc89..bc61e736f9b3 100644 > --- a/drivers/gpu/drm/i915/display/intel_snps_phy.c > +++ b/drivers/gpu/drm/i915/display/intel_snps_phy.c > @@ -3,7 +3,7 @@ > * Copyright =C2=A9 2019 Intel Corporation > */ >=20=20 > -#include > +#include >=20=20 > #include "i915_reg.h" > #include "intel_ddi.h" --=20 Jani Nikula, Intel