Skip to content

Commit

Permalink
PCI: hotplug: acpiphp: Remove unused variable from acpiphp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Chiang authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 1ec8728 commit 1d5b95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/hotplug/acpiphp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 1d5b95a

Please sign in to comment.