diff options
| author | Benjamin Romer <benjamin.romer@unisys.com> | 2015-03-16 20:58:06 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-23 23:53:47 +0300 |
| commit | b28ee90cbb890816336559841bcd2d6d036b1ed0 (patch) | |
| tree | 4551cd92a034622c4da8d8336b1ecc7c7b8cce57 | |
| parent | c3d9a224e7872ec2a6341ef57d04432bc6f961a0 (diff) | |
| download | linux-b28ee90cbb890816336559841bcd2d6d036b1ed0.tar.xz | |
staging: unisys: get rid of Test_Vnic_channel
Nobody is using this, so remove it.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/unisys/visorchipset/visorchipset_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c b/drivers/staging/unisys/visorchipset/visorchipset_main.c index 793ff1bf7f2e..9ce2dcdb1dea 100644 --- a/drivers/staging/unisys/visorchipset/visorchipset_main.c +++ b/drivers/staging/unisys/visorchipset/visorchipset_main.c @@ -108,8 +108,6 @@ struct controlvm_payload_info { /* Manages the request payload in the controlvm channel */ static struct controlvm_payload_info ControlVm_payload_info; -static struct channel_header *Test_Vnic_channel; - struct livedump_info { struct controlvm_message_header Dumpcapture_header; struct controlvm_message_header Gettextdump_header; @@ -2306,7 +2304,6 @@ visorchipset_exit(void) periodic_controlvm_workqueue = NULL; destroy_controlvm_payload_info(&ControlVm_payload_info); } - Test_Vnic_channel = NULL; if (Putfile_buffer_list_pool) { kmem_cache_destroy(Putfile_buffer_list_pool); Putfile_buffer_list_pool = NULL; |
