mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
staging: wilc1000: remove wilc_platform.h include file
This patch removes wilc_platform.h include file that is defined in wilc_msgqueue.h file. After removing it, compilation error occurs so that it is included two header files as <linux/semaphore.h> and <linux/slab.h> at wilc_msgqueue.h and wilc_msgqueue.c Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6e8c37df4c
commit
947239070a
@ -3,6 +3,7 @@
|
||||
#include <linux/spinlock.h>
|
||||
#include "linux_wlan_common.h"
|
||||
#include <linux/errno.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
/*!
|
||||
* @author syounan
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
#include "wilc_platform.h"
|
||||
#include <linux/semaphore.h>
|
||||
|
||||
/* Message Queue type is a structure */
|
||||
typedef struct __Message_struct {
|
||||
|
Loading…
Reference in New Issue
Block a user