diff options
author | Alex Chiang <achiang@hp.com> | 2007-10-13 01:20:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-02 00:04:20 +0100 |
commit | 1d5b95ab8ea63c71f28dc6aae920fb91515b9a79 (patch) | |
tree | fffe96d2d643d7075dce40cfeee66cba4423df33 /drivers/pci/hotplug | |
parent | PCI: hotplug: remove Experimental (diff) | |
download | linux-1d5b95ab8ea63c71f28dc6aae920fb91515b9a79.tar.xz linux-1d5b95ab8ea63c71f28dc6aae920fb91515b9a79.zip |
PCI: hotplug: acpiphp: Remove unused variable from acpiphp
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>
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index 1ef417cca2db..7a29164d4b32 100644 --- 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 */ }; |