staging: wilc1000: move struct Message and WILC_MsgQueueHandle
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 23 Sep 2015 09:03:45 +0000 (18:03 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:38:30 +0000 (02:38 +0200)
commit6e8c37df4cf101c7f4c051868c4dc2c33dbabf0d
tree203d491a6591922882c7b2e2520c633d5265fed5
parent70f52debbed3d0c99d8b9b6ce32d8cf7f0cfe638
staging: wilc1000: move struct Message and WILC_MsgQueueHandle

This patch moves struct Message and WILC_MsgQueueHandle from
wilc_platform.h to wilc_msgqueue.h because those two structures are used
only at wilc_msgqueue.c so that it is good to be defined at
wilc_msgqueue.h

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_msgqueue.h
drivers/staging/wilc1000/wilc_platform.h