diff options
author | Alex Chiang <achiang@hp.com> | 2007-10-12 19:20:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 18:04:20 -0500 |
commit | 1d5b95ab8ea63c71f28dc6aae920fb91515b9a79 (patch) | |
tree | fffe96d2d643d7075dce40cfeee66cba4423df33 | |
parent | 1ec87280ebfdf5ea07a3ce7b235bebdb9ab42572 (diff) |
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 { | |||
113 | u8 device; /* pci device# */ | 113 | u8 device; /* pci device# */ |
114 | 114 | ||
115 | u32 sun; /* ACPI _SUN (slot unique number) */ | 115 | u32 sun; /* ACPI _SUN (slot unique number) */ |
116 | u32 slotno; /* slot number relative to bridge */ | ||
117 | u32 flags; /* see below */ | 116 | u32 flags; /* see below */ |
118 | }; | 117 | }; |
119 | 118 | ||