From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752917Ab3KSUjl (ORCPT ); Tue, 19 Nov 2013 15:39:41 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:55847 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752376Ab3KSUji (ORCPT ); Tue, 19 Nov 2013 15:39:38 -0500 From: "Rafael J. Wysocki" To: Bjorn Helgaas Cc: Mika Westerberg , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration Date: Tue, 19 Nov 2013 21:52:17 +0100 Message-ID: <5115264.27yxWCajFa@vostro.rjw.lan> User-Agent: KMail/4.10.5 (Linux/3.12.0-rc6+; KDE/4.10.5; x86_64; ; ) In-Reply-To: References: <1384870535-20532-1-git-send-email-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, November 19, 2013 10:23:57 AM Bjorn Helgaas wrote: > On Tue, Nov 19, 2013 at 7:15 AM, Mika Westerberg > wrote: > > Commit bd950799d951 (PCI: acpiphp: Convert to dynamic debug) removed users > > of acpiphp_debug variable and the variable itself but the declaration was > > left in the header file. Drop this unused declaration. > > > > Signed-off-by: Mika Westerberg > > Rafael, if it makes sense for you to apply this, you can add my: > > Acked-by: Bjorn Helgaas > > Otherwise I can pick it up. Applied, thanks! I'm going to send my next pull request tomorrow. > > --- > > drivers/pci/hotplug/acpiphp.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h > > index 26100f510b10..1592dbe4f904 100644 > > --- a/drivers/pci/hotplug/acpiphp.h > > +++ b/drivers/pci/hotplug/acpiphp.h > > @@ -176,7 +176,6 @@ u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); > > u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot); > > > > /* variables */ > > -extern bool acpiphp_debug; > > extern bool acpiphp_disabled; > > > > #endif /* _ACPIPHP_H */ > > -- > > 1.8.4.3 > > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.