mirror of https://gitee.com/openkylin/linux.git
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:
parent
cee158b5a6
commit
5058bb45be
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue