projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec8728
)
PCI: hotplug: acpiphp: Remove unused variable from acpiphp
author
Alex Chiang
<achiang@hp.com>
Fri, 12 Oct 2007 23:20:31 +0000
(16:20 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/acpiphp.h
b/drivers/pci/hotplug/acpiphp.h
index 1ef417cca2db2a370be207ce8db51146e5386cd5..7a29164d4b325aa2ee4219398b679b066f0e27a6 100644
(file)
--- 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 */
};