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:
Malcolm Priestley 2014-10-29 17:56:06 +00:00 committed by Greg Kroah-Hartman
parent 33785983ca
commit 0fbdd5ca6f
16 changed files with 0 additions and 61 deletions

View file

@ -30,7 +30,6 @@
#ifndef __BASEBAND_H__
#define __BASEBAND_H__
#include "ttype.h"
#include "device.h"
/*

View file

@ -29,7 +29,6 @@
#ifndef __CARD_H__
#define __CARD_H__
#include "ttype.h"
#include <linux/types.h>
#include <linux/nl80211.h>

View file

@ -23,7 +23,6 @@
#ifndef _CHANNEL_H_
#define _CHANNEL_H_
#include "ttype.h"
#include "card.h"
void vnt_init_bands(struct vnt_private *);

View 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

View file

@ -67,7 +67,6 @@
/* device specific */
#include "device_cfg.h"
#include "ttype.h"
#include "card.h"
#include "mib.h"
#include "srom.h"

View file

@ -29,8 +29,6 @@
#include <linux/types.h>
#include "ttype.h"
typedef
struct _version {
unsigned char major;

View file

@ -32,8 +32,6 @@
#include <net/mac80211.h>
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
#define MAX_GROUP_KEY 4
#define MAX_KEY_TABLE 11

View file

@ -34,7 +34,6 @@
#ifndef __MAC_H__
#define __MAC_H__
#include "ttype.h"
#include "tmacro.h"
#include "upc.h"

View file

@ -29,7 +29,6 @@
#ifndef __MIB_H__
#define __MIB_H__
#include "ttype.h"
#include "desc.h"
//

View file

@ -37,7 +37,6 @@
*
*/
#include "ttype.h"
#include "mac.h"
#include "device.h"
#include "power.h"

View file

@ -30,7 +30,6 @@
#ifndef __RF_H__
#define __RF_H__
#include "ttype.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/

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

View file

@ -30,8 +30,6 @@
#ifndef __SROM_H__
#define __SROM_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
#define EEP_MAX_CONTEXT_SIZE 256

View file

@ -29,8 +29,6 @@
#ifndef __TMACRO_H__
#define __TMACRO_H__
#include "ttype.h"
/****** Common helper macros ***********************************************/
#if !defined(LOBYTE)

View file

@ -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__

View file

@ -30,7 +30,6 @@
#define __UPC_H__
#include "device.h"
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/