From patchwork Wed Jul 25 19:52:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10544625 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B9127112B for ; Wed, 25 Jul 2018 19:53:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A9BED2AA7C for ; Wed, 25 Jul 2018 19:53:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D99A2AA81; Wed, 25 Jul 2018 19:53:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5874D2AA7C for ; Wed, 25 Jul 2018 19:53:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731170AbeGYVF7 (ORCPT ); Wed, 25 Jul 2018 17:05:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:37604 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729335AbeGYVF7 (ORCPT ); Wed, 25 Jul 2018 17:05:59 -0400 Received: from localhost (unknown [69.71.4.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6641C20844; Wed, 25 Jul 2018 19:52:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1532548369; bh=kQPcu5U/rePYpr1SGKxEURDkSGGdvK/oHoyQ7cIpjl8=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=v7G1rO0OUG5YbvxMfeHoAoWeGct2yw4/No1KWfYSteZJhRewqYvs78FRvQhngvDHx +UBYzXu9UZSuyesIbC9Btd7EvW8juUub3tkwJD00YKmMn/Gad2No02byL7lsqkYxhR Zhoebmc1sxU/5jpN9+EUTqIw0o2xXOrteqeK6qCA= Subject: [PATCH v1 3/4] iwlwifi: Remove unnecessary include of From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Jeff Kirsher , "David S. Miller" , Kalle Valo , Johannes Berg , Emmanuel Grumbach , Luca Coelho , ath9k-devel@qca.qualcomm.com, linuxwifi@intel.com, intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Date: Wed, 25 Jul 2018 14:52:48 -0500 Message-ID: <153254836793.92573.16383045269302376209.stgit@bhelgaas-glaptop.roam.corp.google.com> In-Reply-To: <153254813164.92573.10755585465477668768.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <153254813164.92573.10755585465477668768.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.18 MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Bjorn Helgaas This part of the iwlwifi driver doesn't need anything provided by pci-aspm.h, so remove the unnecessary include of it. Signed-off-by: Bjorn Helgaas Acked-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c index 38234bda9017..d6c55e111fda 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c @@ -72,7 +72,6 @@ #include #include #include -#include #include #include "fw/acpi.h"