Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: wilc1000: remove itypes.h



Remove itypes.h that is not needed.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0be1eb74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
/*****************************************************************************/
/* File Includes                                                             */
/*****************************************************************************/
#include "itypes.h"
#include "coreconfigurator.h"
/*****************************************************************************/
/* Constants                                                                 */
+0 −1
Original line number Diff line number Diff line
#include "host_interface.h"
#include "wilc_oswrapper.h"
#include "itypes.h"
#include "coreconfigurator.h"

extern s32 TransportInit(void);

drivers/staging/wilc1000/itypes.h

deleted100644 → 0
+0 −39
Original line number Diff line number Diff line
/*****************************************************************************/
/*                                                                           */
/*                     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 */