public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Chaehyun Lim <chaehyun.lim@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org,
	devel@driverdev.osuosl.org, Chaehyun Lim <chaehyun.lim@gmail.com>
Subject: [PATCH 2/2] staging: wilc1000: remove itypes.h
Date: Sat, 13 Jun 2015 06:41:19 +0000	[thread overview]
Message-ID: <1434177679-9831-2-git-send-email-chaehyun.lim@gmail.com> (raw)
In-Reply-To: <1434177679-9831-1-git-send-email-chaehyun.lim@gmail.com>

Remove itypes.h that is not needed.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
---
 drivers/staging/wilc1000/coreconfigurator.c |  1 -
 drivers/staging/wilc1000/host_interface.c   |  1 -
 drivers/staging/wilc1000/itypes.h           | 39 -----------------------------
 3 files changed, 41 deletions(-)
 delete mode 100644 drivers/staging/wilc1000/itypes.h

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 */
-- 
1.9.1


      reply	other threads:[~2015-06-13  6:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-13  6:41 [PATCH 1/2] staging: wilc1000: remove BOOL_T typedef Chaehyun Lim
2015-06-13  6:41 ` Chaehyun Lim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434177679-9831-2-git-send-email-chaehyun.lim@gmail.com \
    --to=chaehyun.lim@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox