From: Jeffrey <jeffrey.br...@unisys.com>

Changed the typedef struct MESSAGE ENVELOPE on line 74 to a normal
struct.  Also replaced all instances of MESSAGE_ENVELOPE with
"MESSAGE_ENVELOPE"

Signed-off-by: Jeffrey Brown <jeffrey.br...@unisys.com>
---
 drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c 
b/drivers/staging/unisys/visorchipset/visorchipset_main.c
index d8e74c6..6977c8d 100644
--- a/drivers/staging/unisys/visorchipset/visorchipset_main.c
+++ b/drivers/staging/unisys/visorchipset/visorchipset_main.c
@@ -71,10 +71,10 @@ static struct delayed_work periodic_controlvm_work;
 static struct workqueue_struct *periodic_controlvm_workqueue;
 static DEFINE_SEMAPHORE(notifierlock);
 
-typedef struct {
+struct MESSAGE_ENVELOPE {
        struct controlvm_message message;
        unsigned int crc;
-} MESSAGE_ENVELOPE;
+};
 
 static struct controlvm_message_header g_diagmsghdr;
 static struct controlvm_message_header g_chipsetmsghdr;
-- 
1.8.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to