All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 01/12] staging: wilc1000: remove wilc_platform.h
@ 2015-10-02  7:41 Chaehyun Lim
  2015-10-02  7:41 ` [PATCH V2 02/12] staging: wilc1000: remove commented codes Chaehyun Lim
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Chaehyun Lim @ 2015-10-02  7:41 UTC (permalink / raw)
  To: gregkh
  Cc: johnny.kim, rachel.kim, chris.park, tony.cho, glen.lee, leo.kim,
	linux-wireless, devel, Chaehyun Lim

This patch removes wilc_platform.h file that is not used anywhere.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
---
V2: resend because 08/12 patch is changed.

 drivers/staging/wilc1000/wilc_platform.h | 28 ----------------------------
 1 file changed, 28 deletions(-)
 delete mode 100644 drivers/staging/wilc1000/wilc_platform.h

diff --git a/drivers/staging/wilc1000/wilc_platform.h b/drivers/staging/wilc1000/wilc_platform.h
deleted file mode 100644
index 6ec1aa3..0000000
--- a/drivers/staging/wilc1000/wilc_platform.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef __WILC_platform_H__
-#define __WILC_platform_H__
-
-#include <linux/kthread.h>
-#include <linux/semaphore.h>
-#include <linux/module.h>
-#include <linux/slab.h>
-#include <linux/kernel.h>
-#include <linux/delay.h>
-#include <linux/types.h>
-#include <linux/stat.h>
-#include <linux/time.h>
-#include <linux/version.h>
-#include "linux/string.h"
-/******************************************************************
- *      OS specific types
- *******************************************************************/
-
-
-
-
-
-
-/*******************************************************************
- *      others
- ********************************************************************/
-
-#endif
-- 
2.6.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-10-02  9:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02  7:41 [PATCH V2 01/12] staging: wilc1000: remove wilc_platform.h Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 02/12] staging: wilc1000: remove commented codes Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 03/12] staging: wilc1000: remove if defined codes of USE_OLD_SPI_SW Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 04/12] staging: wilc1000: fix indentation level Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 05/12] staging: wilc1000: remove #if 1 and #endif Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 06/12] staging: wilc1000: remove unnecessary comment Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 07/12] staging: wilc1000: use ARRAY_SIZE macro Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 08/12] staging: wilc1000: use int instead of int8_t Chaehyun Lim
2015-10-02  8:02   ` Arend van Spriel
2015-10-02  9:03     ` Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 09/12] staging: wilc1000: set_channel: remove blank line after open brace Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 10/12] staging: wilc1000: set_channel: fix data type of s32Error Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 11/12] staging: wilc1000: set_channel: rename s32Error Chaehyun Lim
2015-10-02  7:41 ` [PATCH V2 12/12] staging: wilc1000: rename u8CurrChannel Chaehyun Lim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.