Commit 071c19e7 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove wilc_strutils.c and wilc_strutils.h



Remove wilc_strutils.c and wilc_strutils.h that are not needed.
wilc_strutils.o is also removed in Makefile.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9504f964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ ccflags-$(CONFIG_WILC1000_DYNAMICALLY_ALLOCATE_MEMROY) += -DWILC_NORMAL_ALLOC


wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
			wilc_memory.o wilc_msgqueue.o wilc_sleep.o wilc_strutils.o \
			wilc_memory.o wilc_msgqueue.o wilc_sleep.o \
			wilc_timer.o coreconfigurator.o host_interface.o \
			wilc_sdio.o wilc_spi.o wilc_wlan_cfg.o wilc_debugfs.o

+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#include "wilc_platform.h"
#include "wilc_errorsupport.h"
#include "wilc_memory.h"
#include "wilc_strutils.h"

/*!
 *  @struct             tstrWILC_MsgQueueAttrs
+0 −2
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@
/* Memory support */
#include "wilc_memory.h"

/* String Utilities */
#include "wilc_strutils.h"

/* Message Queue */
#include "wilc_msgqueue.h"
+0 −12
Original line number Diff line number Diff line

#define _CRT_SECURE_NO_DEPRECATE

#include "wilc_strutils.h"







+0 −24
Original line number Diff line number Diff line
#ifndef __WILC_STRUTILS_H__
#define __WILC_STRUTILS_H__

/*!
 *  @file	wilc_strutils.h
 *  @brief	Basic string utilities
 *  @author	syounan
 *  @sa		wilc_oswrapper.h top level OS wrapper file
 *  @date	16 Aug 2010
 *  @version	1.0
 */

#include <linux/types.h>
#include <linux/string.h>
#include "wilc_errorsupport.h"








#endif