summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-13 15:41:19 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-13 14:45:51 -0700
commitc5b72378a2a47f2ef64eb6a76a8627300999d874 (patch)
tree90bfa50e724d7d8268b8cf82dc4c6e094e0c1913 /drivers/staging
parent0be1eb7429b2d23db44e3d15589d20fce53e7043 (diff)
downloadop-kernel-dev-c5b72378a2a47f2ef64eb6a76a8627300999d874.zip
op-kernel-dev-c5b72378a2a47f2ef64eb6a76a8627300999d874.tar.gz
staging: wilc1000: remove itypes.h
Remove itypes.h that is not needed. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c1
-rw-r--r--drivers/staging/wilc1000/host_interface.c1
-rw-r--r--drivers/staging/wilc1000/itypes.h39
3 files changed, 0 insertions, 41 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 9abc73d..792ba6d 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -12,7 +12,6 @@
/*****************************************************************************/
/* File Includes */
/*****************************************************************************/
-#include "itypes.h"
#include "coreconfigurator.h"
/*****************************************************************************/
/* Constants */
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index ca59f1b..1e9a2f1 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -1,6 +1,5 @@
#include "host_interface.h"
#include "wilc_oswrapper.h"
-#include "itypes.h"
#include "coreconfigurator.h"
extern s32 TransportInit(void);
diff --git a/drivers/staging/wilc1000/itypes.h b/drivers/staging/wilc1000/itypes.h
deleted file mode 100644
index d64ae35..0000000
--- a/drivers/staging/wilc1000/itypes.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*****************************************************************************/
-/* */
-/* Ittiam 802.11 MAC SOFTWARE */
-/* */
-/* ITTIAM SYSTEMS PVT LTD, BANGALORE */
-/* COPYRIGHT(C) 2005 */
-/* */
-/* This program is proprietary to Ittiam Systems Private Limited and */
-/* is protected under Indian Copyright Law as an unpublished work. Its use */
-/* and disclosure is limited by the terms and conditions of a license */
-/* agreement. It may not be copied or otherwise reproduced or disclosed to */
-/* persons outside the licensee's organization except in accordance with the*/
-/* terms and conditions of such an agreement. All copies and */
-/* reproductions shall be the property of Ittiam Systems Private Limited and*/
-/* must bear this notice in its entirety. */
-/* */
-/*****************************************************************************/
-
-/*****************************************************************************/
-/* */
-/* File Name : itypes.h */
-/* */
-/* Description : This file contains all the data type definitions for */
-/* MAC implementation. */
-/* */
-/* List of Functions : None */
-/* Issues / Problems : None */
-/* */
-/* Revision History : */
-/* */
-/* DD MM YYYY Author(s) Changes */
-/* 01 05 2005 Ittiam Draft */
-/* */
-/*****************************************************************************/
-
-#ifndef ITYPES_H
-#define ITYPES_H
-
-#endif /* ITYPES_H */
OpenPOWER on IntegriCloud