Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
0fbdd5ca 33785983

-61
-1
drivers/staging/vt6655/baseband.h
··· 30 30 #ifndef __BASEBAND_H__ 31 31 #define __BASEBAND_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 36 35 /*
-1
drivers/staging/vt6655/card.h
··· 29 29 #ifndef __CARD_H__ 30 30 #define __CARD_H__ 31 31 32 - #include "ttype.h" 33 32 #include <linux/types.h> 34 33 #include <linux/nl80211.h> 35 34
-1
drivers/staging/vt6655/channel.h
··· 23 23 #ifndef _CHANNEL_H_ 24 24 #define _CHANNEL_H_ 25 25 26 - #include "ttype.h" 27 26 #include "card.h" 28 27 29 28 void vnt_init_bands(struct vnt_private *);
-1
drivers/staging/vt6655/desc.h
··· 34 34 #include <linux/types.h> 35 35 #include <linux/mm.h> 36 36 #include "linux/ieee80211.h" 37 - #include "ttype.h" 38 37 39 38 #define B_OWNED_BY_CHIP 1 40 39 #define B_OWNED_BY_HOST 0
-1
drivers/staging/vt6655/device.h
··· 67 67 /* device specific */ 68 68 69 69 #include "device_cfg.h" 70 - #include "ttype.h" 71 70 #include "card.h" 72 71 #include "mib.h" 73 72 #include "srom.h"
-2
drivers/staging/vt6655/device_cfg.h
··· 29 29 30 30 #include <linux/types.h> 31 31 32 - #include "ttype.h" 33 - 34 32 typedef 35 33 struct _version { 36 34 unsigned char major;
-2
drivers/staging/vt6655/key.h
··· 32 32 33 33 #include <net/mac80211.h> 34 34 35 - #include "ttype.h" 36 - 37 35 /*--------------------- Export Definitions -------------------------*/ 38 36 #define MAX_GROUP_KEY 4 39 37 #define MAX_KEY_TABLE 11
-1
drivers/staging/vt6655/mac.h
··· 34 34 #ifndef __MAC_H__ 35 35 #define __MAC_H__ 36 36 37 - #include "ttype.h" 38 37 #include "tmacro.h" 39 38 #include "upc.h" 40 39
-1
drivers/staging/vt6655/mib.h
··· 29 29 #ifndef __MIB_H__ 30 30 #define __MIB_H__ 31 31 32 - #include "ttype.h" 33 32 #include "desc.h" 34 33 35 34 //
-1
drivers/staging/vt6655/power.c
··· 37 37 * 38 38 */ 39 39 40 - #include "ttype.h" 41 40 #include "mac.h" 42 41 #include "device.h" 43 42 #include "power.h"
-1
drivers/staging/vt6655/rf.h
··· 30 30 #ifndef __RF_H__ 31 31 #define __RF_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/
-1
drivers/staging/vt6655/rxtx.h
··· 29 29 #ifndef __RXTX_H__ 30 30 #define __RXTX_H__ 31 31 32 - #include "ttype.h" 33 32 #include "device.h" 34 33 35 34 #define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */
-2
drivers/staging/vt6655/srom.h
··· 30 30 #ifndef __SROM_H__ 31 31 #define __SROM_H__ 32 32 33 - #include "ttype.h" 34 - 35 33 /*--------------------- Export Definitions -------------------------*/ 36 34 37 35 #define EEP_MAX_CONTEXT_SIZE 256
-2
drivers/staging/vt6655/tmacro.h
··· 29 29 #ifndef __TMACRO_H__ 30 30 #define __TMACRO_H__ 31 31 32 - #include "ttype.h" 33 - 34 32 /****** Common helper macros ***********************************************/ 35 33 36 34 #if !defined(LOBYTE)
-42
drivers/staging/vt6655/ttype.h
··· 1 - /* 2 - * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 3 - * All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 - * 19 - * File: ttype.h 20 - * 21 - * Purpose: define basic common types and macros 22 - * 23 - * Author: Tevin Chen 24 - * 25 - * Date: May 21, 1996 26 - * 27 - */ 28 - 29 - #ifndef __TTYPE_H__ 30 - #define __TTYPE_H__ 31 - 32 - /******* Common definitions and typedefs ***********************************/ 33 - 34 - #ifndef WPA_SM_Transtatus 35 - #define WPA_SM_Transtatus 36 - #endif 37 - 38 - #ifndef Calcu_LinkQual 39 - #define Calcu_LinkQual 40 - #endif 41 - 42 - #endif // __TTYPE_H__
-1
drivers/staging/vt6655/upc.h
··· 30 30 #define __UPC_H__ 31 31 32 32 #include "device.h" 33 - #include "ttype.h" 34 33 35 34 /*--------------------- Export Definitions -------------------------*/ 36 35