lkml.org 
[lkml]   [2015]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 3/5] staging: wilc1000: do not include wilc_memory.h
Date
wilc_memory.h contains declarations of kmalloc wrappers that are not
used anymore, therefore including this header is not required

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
---
drivers/staging/wilc1000/wilc_msgqueue.h | 1 -
drivers/staging/wilc1000/wilc_oswrapper.h | 3 ---
2 files changed, 4 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_msgqueue.h b/drivers/staging/wilc1000/wilc_msgqueue.h
index fc65dfe..fb26463 100644
--- a/drivers/staging/wilc1000/wilc_msgqueue.h
+++ b/drivers/staging/wilc1000/wilc_msgqueue.h
@@ -12,7 +12,6 @@

#include "wilc_platform.h"
#include "wilc_errorsupport.h"
-#include "wilc_memory.h"

/*!
* @brief Creates a new Message queue
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index cb48325..1330ee8 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -19,9 +19,6 @@
/* Error reporting and handling support */
#include "wilc_errorsupport.h"

-/* Memory support */
-#include "wilc_memory.h"
-

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


\
 
 \ /
  Last update: 2015-09-10 13:01    [W:0.083 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site