Commit 5058bb45 authored by Frederico Cadete's avatar Frederico Cadete Committed by Greg Kroah-Hartman

staging: unisys: remove unused MESSAGE_ENVELOPE typedef

Signed-off-by: default avatarFrederico Cadete <frederico@cadete.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cee158b5
......@@ -70,11 +70,6 @@ static struct delayed_work Periodic_controlvm_work;
static struct workqueue_struct *Periodic_controlvm_workqueue;
static DEFINE_SEMAPHORE(NotifierLock);
typedef struct {
struct controlvm_message message;
unsigned int crc;
} MESSAGE_ENVELOPE;
static struct controlvm_message_header g_DiagMsgHdr;
static struct controlvm_message_header g_ChipSetMsgHdr;
static struct controlvm_message_header g_DelDumpMsgHdr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment