From patchwork Thu Sep 28 18:08:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jani Nikula X-Patchwork-Id: 13403427 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 B0D8CE732FD for ; Thu, 28 Sep 2023 18:09:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DB32910E6A3; Thu, 28 Sep 2023 18:09:12 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E14710E6A3 for ; Thu, 28 Sep 2023 18:09:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695924551; x=1727460551; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=a8CJF7+9kodHPFYtKad+qE0Cf3dj9nd8ebnqVLRSvsI=; b=WXCAyspowIDy+Aq5F3epbrxmPEBNN5+jGiazwlOvsPmvIDkFublTYg+h VcCkij2uZKA18cccRl0gHgy92Pf2O8ygr/shiTQbBpiEyqn1kaswZCwwZ CmuTl6FlhZUTvKp3D9dggxvwZ0/fw25RwokVlyr4Ii8e/exF9X6muXap0 J4eS5X/bcjuSFhvE7UgVBxaJU3afrPfYtZYXIRJrM94H6kdcMKwM4TFh6 vM84o5H09OmnwfGEzw724W0KGyw1BnfnVgpoI4INXrEoMtrk3cuwuqc7x S9f8fJ4O1pmTTH9QHD+9UUwnUpmyNmG2igFJFOqN3MJpggvKpo49y7wcw g==; X-IronPort-AV: E=McAfee;i="6600,9927,10847"; a="362377533" X-IronPort-AV: E=Sophos;i="6.03,184,1694761200"; d="scan'208";a="362377533" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2023 11:09:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10847"; a="726329177" X-IronPort-AV: E=Sophos;i="6.03,184,1694761200"; d="scan'208";a="726329177" Received: from danielba-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.53.20]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2023 11:09:08 -0700 From: Jani Nikula To: intel-gfx@lists.freedesktop.org Date: Thu, 28 Sep 2023 21:08:45 +0300 Message-Id: <863993fa404a80eff254f339f037f9866a533124.1695924021.git.jani.nikula@intel.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: [Intel-gfx] [PATCH 01/15] drm/i915: stop including i915_utils.h from intel_runtime_pm.h 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: jani.nikula@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Remove an unnecessary include. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_runtime_pm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h index f79cda7a2503..be43614c73fd 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.h +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h @@ -11,8 +11,6 @@ #include "intel_wakeref.h" -#include "i915_utils.h" - struct device; struct drm_i915_private; struct drm_printer;