diff options
author | Erik Arfvidson <erik.arfvidson@unisys.com> | 2015-05-05 22:36:41 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 13:26:06 (GMT) |
commit | 22a0350b5eb43fd6dedb182b736c083f801f38b8 (patch) | |
tree | 16905b8e95078ca0c99aca61a7e9148b92e3e57b | |
parent | a0fc428525414b2a5e5e98fa79a3026a3f9305b9 (diff) | |
download | linux-22a0350b5eb43fd6dedb182b736c083f801f38b8.tar.xz |
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>
-rw-r--r-- | drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h index cd15409..d3c1aab 100644 --- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h @@ -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 |