staging: vt6655: dead code remove header type.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 29 Oct 2014 17:56:06 +0000 (17:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 20:34:47 +0000 (13:34 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/staging/vt6655/baseband.h
drivers/staging/vt6655/card.h
drivers/staging/vt6655/channel.h
drivers/staging/vt6655/desc.h
drivers/staging/vt6655/device.h
drivers/staging/vt6655/device_cfg.h
drivers/staging/vt6655/key.h
drivers/staging/vt6655/mac.h
drivers/staging/vt6655/mib.h
drivers/staging/vt6655/power.c
drivers/staging/vt6655/rf.h
drivers/staging/vt6655/rxtx.h
drivers/staging/vt6655/srom.h
drivers/staging/vt6655/tmacro.h
drivers/staging/vt6655/ttype.h [deleted file]
drivers/staging/vt6655/upc.h

index 772ea0df84e27a58674701c1e82de0e409494f70..bfdd422c490f0f38fb3e79b4537c1117f4a3ea8d 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __BASEBAND_H__
 #define __BASEBAND_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*
index fa1e692ca8a084481f72e34bacda7accac3f89dc..f12afefd7fd8942cdbb04b7aee4845d62d12f084 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __CARD_H__
 #define __CARD_H__
 
-#include "ttype.h"
 #include <linux/types.h>
 #include <linux/nl80211.h>
 
index ee00f4e3d52fbcde835c3e69a4822ab531309bc6..4f4264e23462826463b0b7152e4a2d6af2af3a73 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef _CHANNEL_H_
 #define _CHANNEL_H_
 
-#include "ttype.h"
 #include "card.h"
 
 void vnt_init_bands(struct vnt_private *);
index 32dd1cab7dcf836ccb3733959c17431e45241202..758eeb2afd512a5e2d0e2928fdcbe3acf3f37145 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/types.h>
 #include <linux/mm.h>
 #include "linux/ieee80211.h"
-#include "ttype.h"
 
 #define B_OWNED_BY_CHIP     1
 #define B_OWNED_BY_HOST     0
index d0855bd3937f07c36445d9efda64ffbc54402e1b..93d2ccb9ba67c36895dbf48d97cd93a265eb1c78 100644 (file)
@@ -67,7 +67,6 @@
 /* device specific */
 
 #include "device_cfg.h"
-#include "ttype.h"
 #include "card.h"
 #include "mib.h"
 #include "srom.h"
index 7221824e4f23f10f08cdcb0d2275f62d107c1dc5..a4a8a8489e0befe93488c80130c53f92422ce98e 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <linux/types.h>
 
-#include "ttype.h"
-
 typedef
 struct _version {
        unsigned char   major;
index 5615f397f6e701cdc55b0de58b95a41be569cd1e..c01d4afb6ab8c5d6ddcd4e306d3ca0a516e92cc8 100644 (file)
@@ -32,8 +32,6 @@
 
 #include <net/mac80211.h>
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 #define MAX_GROUP_KEY       4
 #define MAX_KEY_TABLE       11
index 0bf93759b6af9c1b106709b31277d3f981342c89..5391277a1a196db5b130c2abc9637ab76c4ccf9f 100644 (file)
@@ -34,7 +34,6 @@
 #ifndef __MAC_H__
 #define __MAC_H__
 
-#include "ttype.h"
 #include "tmacro.h"
 #include "upc.h"
 
index a2e6106b4570e70bfb985f92c043f085d0b30ecb..5cb59b8a1c7c0c55db5841e8d8adad6dabe2d882 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __MIB_H__
 #define __MIB_H__
 
-#include "ttype.h"
 #include "desc.h"
 
 //
index a8aedee18b6bfb557dc408a42078c706deb9df5c..e826f07e91c03bb8b43735658bda881eab64de99 100644 (file)
@@ -37,7 +37,6 @@
  *
  */
 
-#include "ttype.h"
 #include "mac.h"
 #include "device.h"
 #include "power.h"
index be4ef88b7666863b2ce54a6e418675ad89353cfe..e8a7372e548355cf5810e6af50741fc70b4e1e7d 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __RF_H__
 #define __RF_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*---------------------  Export Definitions -------------------------*/
index cf0dfa6f0a077f7056ab04f50eae53addd913d78..b9bd1639b13eab216ed013cd5995d5463d67581c 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __RXTX_H__
 #define __RXTX_H__
 
-#include "ttype.h"
 #include "device.h"
 
 #define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */
index 3128e535bbd8c325d7baa030b2c797d78ae10fa1..9f309c40177081d6359a066508e98dd2bf9c019b 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef __SROM_H__
 #define __SROM_H__
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 
 #define EEP_MAX_CONTEXT_SIZE    256
index 59c6e72f993a6b604692aa2cec893b9ce68e12a1..607b78f7a6a03aa45ba5d08628822a0584677469 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef __TMACRO_H__
 #define __TMACRO_H__
 
-#include "ttype.h"
-
 /****** Common helper macros ***********************************************/
 
 #if !defined(LOBYTE)
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
deleted file mode 100644 (file)
index 747ef62..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
- * All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * File: ttype.h
- *
- * Purpose: define basic common types and macros
- *
- * Author: Tevin Chen
- *
- * Date: May 21, 1996
- *
- */
-
-#ifndef __TTYPE_H__
-#define __TTYPE_H__
-
-/******* Common definitions and typedefs ***********************************/
-
-#ifndef WPA_SM_Transtatus
-#define WPA_SM_Transtatus
-#endif
-
-#ifndef Calcu_LinkQual
-#define Calcu_LinkQual
-#endif
-
-#endif // __TTYPE_H__
index c5c889cade250d7d4335bed0de127566803ec90c..c53703a772f53bad85e3328a74832b496254c264 100644 (file)
@@ -30,7 +30,6 @@
 #define __UPC_H__
 
 #include "device.h"
-#include "ttype.h"
 
 /*---------------------  Export Definitions -------------------------*/