diff options
author | Alex Chiang <achiang@hp.com> | 2007-10-12 16:20:31 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 15:04:20 -0800 |
commit | 1d5b95ab8ea63c71f28dc6aae920fb91515b9a79 (patch) | |
tree | fffe96d2d643d7075dce40cfeee66cba4423df33 | |
parent | 1ec87280ebfdf5ea07a3ce7b235bebdb9ab42572 (diff) | |
download | linux-1d5b95ab8ea63c71f28dc6aae920fb91515b9a79.tar.gz linux-1d5b95ab8ea63c71f28dc6aae920fb91515b9a79.tar.bz2 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>
-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 */ }; |