]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: unisys: visorbus: removed unused structure pci_id
authorSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Fri, 17 Mar 2017 15:26:54 +0000 (11:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Mar 2017 06:58:45 +0000 (07:58 +0100)
Removed unused structure pci_id from controlvmchannel.h

Signed-off-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/controlvmchannel.h

index 859345243afe4a0b86c6921ce850f6dfcfe50cae..79f77adef172e92979cf35af491698e61738d7d4 100644 (file)
@@ -147,14 +147,6 @@ struct irq_info {
        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  {
        u64 boot_to_fw_ui:1;            /* Bit 0: Stop in uefi ui */
        u64 clear_nvram:1;              /* Bit 1: Clear NVRAM */