mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
staging: wilc1000: remove wilc_platform.h
This patch removes wilc_platform.h file that is not used anywhere. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9cdf6e7bd3
commit
d3ad7f5788
@@ -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
|
||||
Reference in New Issue
Block a user