Commit 6569738a authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove wilc_errorsupport.h



This patch removes the wilc_errorsupport.h which is not used anymore and
also deletes #include "wilc_errorsupport.h" from the source code.

In addition, adds linux_wlan_common.h file in the wilc_msgqueue.c file
in order to use PRINT macros defined in the linux_wlan_common.h file.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e6e12661
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
#ifndef __WILC_ERRORSUPPORT_H__
#define __WILC_ERRORSUPPORT_H__

/*!
 *  @file		wilc_errorsupport.h
 *  @brief		Error reporting and handling support
 *  @author		syounan
 *  @sa			wilc_oswrapper.h top level OS wrapper file
 *  @date		10 Aug 2010
 *  @version		1.0
 */

#include "linux_wlan_common.h"

#endif
+1 −0
Original line number Diff line number Diff line

#include "wilc_msgqueue.h"
#include <linux/spinlock.h>
#include "linux_wlan_common.h"
#include <linux/errno.h>

/*!
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
 */

#include "wilc_platform.h"
#include "wilc_errorsupport.h"

/*!
 *  @brief		Creates a new Message queue
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@
/* Os Configuration File */
#include "wilc_platform.h"

/* Error reporting and handling support */
#include "wilc_errorsupport.h"

/* Message Queue */
#include "wilc_msgqueue.h"