From patchwork Tue Mar 5 16:09:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13582639 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 15236C54E41 for ; Tue, 5 Mar 2024 16:09:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 64DA3112BC7; Tue, 5 Mar 2024 16:09:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="GmvtfzIC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id E4B6A112BC7 for ; Tue, 5 Mar 2024 16:09:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709654948; x=1741190948; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=l8j9YGwBajGsEYs3O0CBsoybRmGNNuKkvwq0pqLt5YI=; b=GmvtfzICdR/+8VXKOhS1NPiECAOICde7UTv6B3uYCHFbvUnnx71MhEW9 Yr1YW/qb/d+WHTaKpF0vgRv0ij7FIlZROFomE57vUrEQIOI8oW+nbjAKP DnnzyyMC6EVc6yIyLx11D2NyL8VHjsCeWE9brPZ0s5NaMo3U2q2WNOWrD 4ZjIo3+XXx36/D+qLhUy/5O13xAuGfZqx9yc8eVV12xkl4Gt0RbXROT9B z+RcBe04l/Q1B/o2YAswLhjVc0IakU0viCoxhad2HiqPZXnpZiR7sub2W Af+xF9tM4sVTdDk1o1R3yD3V5mTa0xaeJ7VAIpIpPOXTdZonGZTsjsFI1 g==; X-IronPort-AV: E=McAfee;i="6600,9927,11003"; a="4077672" X-IronPort-AV: E=Sophos;i="6.06,205,1705392000"; d="scan'208";a="4077672" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2024 08:09:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11003"; a="937042661" X-IronPort-AV: E=Sophos;i="6.06,205,1705392000"; d="scan'208";a="937042661" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 05 Mar 2024 08:09:04 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 8DCA71A6; Tue, 5 Mar 2024 18:09:03 +0200 (EET) From: Andy Shevchenko To: Andy Shevchenko , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: Patrik Jakobsson , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter Subject: [PATCH v1 1/1] drm/gma500: Remove unused intel-mid.h Date: Tue, 5 Mar 2024 18:09:02 +0200 Message-ID: <20240305160902.1363835-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1.gbec44491f096 MIME-Version: 1.0 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" intel-mid.h is providing some core parts of the South Complex PM, which are usually are not used by individual drivers. In particular, this driver doesn't use it, so simply remove the unused header. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/gma500/oaktrail_lvds.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/oaktrail_lvds.c b/drivers/gpu/drm/gma500/oaktrail_lvds.c index d974d0c60d2a..72191d6f0d06 100644 --- a/drivers/gpu/drm/gma500/oaktrail_lvds.c +++ b/drivers/gpu/drm/gma500/oaktrail_lvds.c @@ -11,8 +11,6 @@ #include #include -#include - #include #include #include