Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alex Chiang and committed by
Greg Kroah-Hartman
1d5b95ab 1ec87280

-1
-1
drivers/pci/hotplug/acpiphp.h
··· 113 113 u8 device; /* pci device# */ 114 114 115 115 u32 sun; /* ACPI _SUN (slot unique number) */ 116 - u32 slotno; /* slot number relative to bridge */ 117 116 u32 flags; /* see below */ 118 117 }; 119 118