From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834Ab3KSOP7 (ORCPT ); Tue, 19 Nov 2013 09:15:59 -0500 Received: from mga01.intel.com ([192.55.52.88]:40706 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823Ab3KSOPy (ORCPT ); Tue, 19 Nov 2013 09:15:54 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,729,1378882800"; d="scan'208";a="436018968" From: Mika Westerberg To: linux-acpi@vger.kernel.org Cc: "Rafael J. Wysocki" , Bjorn Helgaas , linux-kernel@vger.kernel.org, Mika Westerberg Subject: [PATCH] PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration Date: Tue, 19 Nov 2013 16:15:35 +0200 Message-Id: <1384870535-20532-1-git-send-email-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 1.8.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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