staging: unisys: remove unused MESSAGE_ENVELOPE typedef

Signed-off-by: Frederico Cadete <frederico@cadete.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Frederico Cadete 2015-02-18 19:53:39 +01:00 committed by Greg Kroah-Hartman
parent cee158b5a6
commit 5058bb45be
1 changed files with 0 additions and 5 deletions

View File

@ -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;