mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
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>
This commit is contained in:
parent
1ec87280eb
commit
1d5b95ab8e
@ -113,7 +113,6 @@ struct acpiphp_slot {
|
|||||||
u8 device; /* pci device# */
|
u8 device; /* pci device# */
|
||||||
|
|
||||||
u32 sun; /* ACPI _SUN (slot unique number) */
|
u32 sun; /* ACPI _SUN (slot unique number) */
|
||||||
u32 slotno; /* slot number relative to bridge */
|
|
||||||
u32 flags; /* see below */
|
u32 flags; /* see below */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user