staging: vt6655: dead code remove header type.h
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
33785983ca
commit
0fbdd5ca6f
|
@ -30,7 +30,6 @@
|
|||
#ifndef __BASEBAND_H__
|
||||
#define __BASEBAND_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include "device.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#ifndef __CARD_H__
|
||||
#define __CARD_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include <linux/types.h>
|
||||
#include <linux/nl80211.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#ifndef _CHANNEL_H_
|
||||
#define _CHANNEL_H_
|
||||
|
||||
#include "ttype.h"
|
||||
#include "card.h"
|
||||
|
||||
void vnt_init_bands(struct vnt_private *);
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
/* device specific */
|
||||
|
||||
#include "device_cfg.h"
|
||||
#include "ttype.h"
|
||||
#include "card.h"
|
||||
#include "mib.h"
|
||||
#include "srom.h"
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "ttype.h"
|
||||
|
||||
typedef
|
||||
struct _version {
|
||||
unsigned char major;
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
|
||||
#include <net/mac80211.h>
|
||||
|
||||
#include "ttype.h"
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
#define MAX_GROUP_KEY 4
|
||||
#define MAX_KEY_TABLE 11
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#ifndef __MAC_H__
|
||||
#define __MAC_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include "tmacro.h"
|
||||
#include "upc.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#ifndef __MIB_H__
|
||||
#define __MIB_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include "desc.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "ttype.h"
|
||||
#include "mac.h"
|
||||
#include "device.h"
|
||||
#include "power.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#ifndef __RF_H__
|
||||
#define __RF_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include "device.h"
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#ifndef __RXTX_H__
|
||||
#define __RXTX_H__
|
||||
|
||||
#include "ttype.h"
|
||||
#include "device.h"
|
||||
|
||||
#define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
#ifndef __SROM_H__
|
||||
#define __SROM_H__
|
||||
|
||||
#include "ttype.h"
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
|
||||
#define EEP_MAX_CONTEXT_SIZE 256
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#ifndef __TMACRO_H__
|
||||
#define __TMACRO_H__
|
||||
|
||||
#include "ttype.h"
|
||||
|
||||
/****** Common helper macros ***********************************************/
|
||||
|
||||
#if !defined(LOBYTE)
|
||||
|
|
|
@ -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__
|
|
@ -30,7 +30,6 @@
|
|||
#define __UPC_H__
|
||||
|
||||
#include "device.h"
|
||||
#include "ttype.h"
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue