mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
staging: wilc1000: move wilc_msgqueue.h include file
This patch moves wilc_msgqueue.h include file from wilc_oswrapper.h to host_interface.c because message queue function as wilc_mq_create, wilc_mq_send, wilc_mq_recv and wilc_mq_destroy are used only at host_interface.c file. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
947239070a
commit
f23eb98b94
@@ -1,6 +1,7 @@
|
||||
#include "host_interface.h"
|
||||
#include "coreconfigurator.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_msgqueue.h"
|
||||
|
||||
extern u8 connecting;
|
||||
|
||||
|
||||
@@ -16,7 +16,5 @@
|
||||
/* Os Configuration File */
|
||||
#include "wilc_platform.h"
|
||||
|
||||
/* Message Queue */
|
||||
#include "wilc_msgqueue.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user