Commit 0fbdd5ca authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: dead code remove header type.h

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 33785983
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#ifndef __BASEBAND_H__ #ifndef __BASEBAND_H__
#define __BASEBAND_H__ #define __BASEBAND_H__
#include "ttype.h"
#include "device.h" #include "device.h"
/* /*
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#ifndef __CARD_H__ #ifndef __CARD_H__
#define __CARD_H__ #define __CARD_H__
#include "ttype.h"
#include <linux/types.h> #include <linux/types.h>
#include <linux/nl80211.h> #include <linux/nl80211.h>
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#ifndef _CHANNEL_H_ #ifndef _CHANNEL_H_
#define _CHANNEL_H_ #define _CHANNEL_H_
#include "ttype.h"
#include "card.h" #include "card.h"
void vnt_init_bands(struct vnt_private *); void vnt_init_bands(struct vnt_private *);
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/mm.h> #include <linux/mm.h>
#include "linux/ieee80211.h" #include "linux/ieee80211.h"
#include "ttype.h"
#define B_OWNED_BY_CHIP 1 #define B_OWNED_BY_CHIP 1
#define B_OWNED_BY_HOST 0 #define B_OWNED_BY_HOST 0
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
/* device specific */ /* device specific */
#include "device_cfg.h" #include "device_cfg.h"
#include "ttype.h"
#include "card.h" #include "card.h"
#include "mib.h" #include "mib.h"
#include "srom.h" #include "srom.h"
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#include <linux/types.h> #include <linux/types.h>
#include "ttype.h"
typedef typedef
struct _version { struct _version {
unsigned char major; unsigned char major;
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Definitions -------------------------*/
#define MAX_GROUP_KEY 4 #define MAX_GROUP_KEY 4
#define MAX_KEY_TABLE 11 #define MAX_KEY_TABLE 11
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#ifndef __MAC_H__ #ifndef __MAC_H__
#define __MAC_H__ #define __MAC_H__
#include "ttype.h"
#include "tmacro.h" #include "tmacro.h"
#include "upc.h" #include "upc.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#ifndef __MIB_H__ #ifndef __MIB_H__
#define __MIB_H__ #define __MIB_H__
#include "ttype.h"
#include "desc.h" #include "desc.h"
// //
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
* *
*/ */
#include "ttype.h"
#include "mac.h" #include "mac.h"
#include "device.h" #include "device.h"
#include "power.h" #include "power.h"
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#ifndef __RF_H__ #ifndef __RF_H__
#define __RF_H__ #define __RF_H__
#include "ttype.h"
#include "device.h" #include "device.h"
/*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Definitions -------------------------*/
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#ifndef __RXTX_H__ #ifndef __RXTX_H__
#define __RXTX_H__ #define __RXTX_H__
#include "ttype.h"
#include "device.h" #include "device.h"
#define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */ #define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#ifndef __SROM_H__ #ifndef __SROM_H__
#define __SROM_H__ #define __SROM_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Definitions -------------------------*/
#define EEP_MAX_CONTEXT_SIZE 256 #define EEP_MAX_CONTEXT_SIZE 256
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#ifndef __TMACRO_H__ #ifndef __TMACRO_H__
#define __TMACRO_H__ #define __TMACRO_H__
#include "ttype.h"
/****** Common helper macros ***********************************************/ /****** Common helper macros ***********************************************/
#if !defined(LOBYTE) #if !defined(LOBYTE)
......
/*
* 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__
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define __UPC_H__ #define __UPC_H__
#include "device.h" #include "device.h"
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Definitions -------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment