]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
PCI: hotplug: acpiphp: Remove unused variable from acpiphp
authorAlex Chiang <achiang@hp.com>
Fri, 12 Oct 2007 23:20:31 +0000 (16:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:04:20 +0000 (15:04 -0800)
Remove unused variable from acpiphp.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/acpiphp.h

index 1ef417cca2db2a370be207ce8db51146e5386cd5..7a29164d4b325aa2ee4219398b679b066f0e27a6 100644 (file)
@@ -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 */
 };