From kristen.c.accardi@intel.com Fri Oct 12 16:20:49 2007 From: Alex Chiang Date: Fri, 12 Oct 2007 16:20:31 -0700 Subject: PCI: hotplug: acpiphp: Remove unused variable from acpiphp To: gregkh@suse.de Cc: Alex Chiang , Matthew Wilcox , Kristen Carlson Accardi Message-ID: <20071012232049.640946811@intel.com> From: Alex Chiang Remove unused variable from acpiphp. Signed-off-by: Alex Chiang Signed-off-by: Matthew Wilcox Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- drivers/pci/hotplug/acpiphp.h | 1 - 1 file changed, 1 deletion(-) --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h @@ -113,7 +113,6 @@ struct acpiphp_slot { u8 device; /* pci device# */ u32 sun; /* ACPI _SUN (slot unique number) */ - u32 slotno; /* slot number relative to bridge */ u32 flags; /* see below */ };