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>
This commit is contained in:
parent
c3d9a224e7
commit
b28ee90cbb
1 changed files with 0 additions and 3 deletions
|
@ -108,8 +108,6 @@ struct controlvm_payload_info {
|
||||||
/* Manages the request payload in the controlvm channel */
|
/* Manages the request payload in the controlvm channel */
|
||||||
static struct controlvm_payload_info ControlVm_payload_info;
|
static struct controlvm_payload_info ControlVm_payload_info;
|
||||||
|
|
||||||
static struct channel_header *Test_Vnic_channel;
|
|
||||||
|
|
||||||
struct livedump_info {
|
struct livedump_info {
|
||||||
struct controlvm_message_header Dumpcapture_header;
|
struct controlvm_message_header Dumpcapture_header;
|
||||||
struct controlvm_message_header Gettextdump_header;
|
struct controlvm_message_header Gettextdump_header;
|
||||||
|
@ -2306,7 +2304,6 @@ visorchipset_exit(void)
|
||||||
periodic_controlvm_workqueue = NULL;
|
periodic_controlvm_workqueue = NULL;
|
||||||
destroy_controlvm_payload_info(&ControlVm_payload_info);
|
destroy_controlvm_payload_info(&ControlVm_payload_info);
|
||||||
}
|
}
|
||||||
Test_Vnic_channel = NULL;
|
|
||||||
if (Putfile_buffer_list_pool) {
|
if (Putfile_buffer_list_pool) {
|
||||||
kmem_cache_destroy(Putfile_buffer_list_pool);
|
kmem_cache_destroy(Putfile_buffer_list_pool);
|
||||||
Putfile_buffer_list_pool = NULL;
|
Putfile_buffer_list_pool = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue