mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04:00
staging: unisys: clean up diagdump proc entry code
Remove remnant code left over from the diagdump proc entry. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
18b87ed1d0
commit
bec684638c
@@ -126,9 +126,6 @@ InitPartitionProperties(void)
|
||||
|
||||
static MYPROCTYPE *PartitionType;
|
||||
|
||||
#define VISORCHIPSET_DIAG_PROC_ENTRY_FN "diagdump"
|
||||
static struct proc_dir_entry *diag_proc_dir;
|
||||
|
||||
#define VISORCHIPSET_PARAHOTPLUG_PROC_ENTRY_FN "parahotplug"
|
||||
static struct proc_dir_entry *parahotplug_proc_dir;
|
||||
|
||||
@@ -2583,10 +2580,7 @@ visorchipset_exit(void)
|
||||
visor_proc_DestroyType(PartitionType);
|
||||
PartitionType = NULL;
|
||||
}
|
||||
if (diag_proc_dir) {
|
||||
remove_proc_entry(VISORCHIPSET_DIAG_PROC_ENTRY_FN, ProcDir);
|
||||
diag_proc_dir = NULL;
|
||||
}
|
||||
|
||||
memset(&g_DiagMsgHdr, 0, sizeof(CONTROLVM_MESSAGE_HEADER));
|
||||
|
||||
memset(&g_ChipSetMsgHdr, 0, sizeof(CONTROLVM_MESSAGE_HEADER));
|
||||
|
||||
Reference in New Issue
Block a user