staging: unisys: rename variable to reserverd since it is unused
This patch renames send_irq_handle to reserved1 since this variable is unused in the guest side. Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a0fc428525
commit
22a0350b5e
|
@ -106,7 +106,7 @@ struct irq_info {
|
|||
* interrupt. Currently this is used by IOPart-SP to wake
|
||||
* up GP when Data Channel transitions from empty to
|
||||
* non-empty.*/
|
||||
u64 send_irq_handle;
|
||||
u64 reserved1;
|
||||
|
||||
/**< specifies interrupt handle. It is used to retrieve the
|
||||
* corresponding interrupt pin from Monitor; and the
|
||||
|
|
Loading…
Reference in New Issue