Commit dba87846 authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman

staging: unisys: visorbus: removed unused structure pci_id

Removed unused structure pci_id from controlvmchannel.h
Signed-off-by: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent db151289
...@@ -147,14 +147,6 @@ struct irq_info { ...@@ -147,14 +147,6 @@ struct irq_info {
u8 reserved[3]; /* Natural alignment purposes */ u8 reserved[3]; /* Natural alignment purposes */
}; };
struct pci_id {
u16 domain;
u8 bus;
u8 slot;
u8 func;
u8 reserved[3]; /* Natural alignment purposes */
};
struct efi_spar_indication { struct efi_spar_indication {
u64 boot_to_fw_ui:1; /* Bit 0: Stop in uefi ui */ u64 boot_to_fw_ui:1; /* Bit 0: Stop in uefi ui */
u64 clear_nvram:1; /* Bit 1: Clear NVRAM */ u64 clear_nvram:1; /* Bit 1: Clear NVRAM */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment