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

staging: vt6656: removed no longer useful ttype.h file

Removed includes and added linux/types.h instead when needed.

Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andres More and committed by
Greg Kroah-Hartman
4fcf9498 1f9eedc2

+7 -85
-2
drivers/staging/vt6656/80211hdr.h
··· 28 28 #ifndef __80211HDR_H__ 29 29 #define __80211HDR_H__ 30 30 31 - #include "ttype.h" 32 - 33 31 /*--------------------- Export Definitions -------------------------*/ 34 32 35 33 /* bit type */
-1
drivers/staging/vt6656/80211mgr.h
··· 31 31 #ifndef __80211MGR_H__ 32 32 #define __80211MGR_H__ 33 33 34 - #include "ttype.h" 35 34 #include "80211hdr.h" 36 35 37 36 /*--------------------- Export Definitions -------------------------*/
+1 -1
drivers/staging/vt6656/TODO
··· 7 7 - split rf.c 8 8 - abstract VT3184 chipset specific code 9 9 - add common vt665x infrastructure 10 - - kill ttype.h 10 + - kill ttype.h -- done 11 11 - switch to use LIB80211 12 12 - switch to use MAC80211 13 13 - use kernel coding style
-2
drivers/staging/vt6656/aes_ccmp.h
··· 30 30 #ifndef __AES_H__ 31 31 #define __AES_H__ 32 32 33 - #include "ttype.h" 34 - 35 33 /*--------------------- Export Definitions -------------------------*/ 36 34 37 35 /*--------------------- Export Types ------------------------------*/
-1
drivers/staging/vt6656/baseband.h
··· 33 33 #ifndef __BASEBAND_H__ 34 34 #define __BASEBAND_H__ 35 35 36 - #include "ttype.h" 37 36 #include "tether.h" 38 37 #include "device.h" 39 38
-1
drivers/staging/vt6656/bssdb.c
··· 39 39 * 40 40 */ 41 41 42 - #include "ttype.h" 43 42 #include "tmacro.h" 44 43 #include "tether.h" 45 44 #include "device.h"
-1
drivers/staging/vt6656/card.h
··· 29 29 #ifndef __CARD_H__ 30 30 #define __CARD_H__ 31 31 #include "device.h" 32 - #include "ttype.h" 33 32 34 33 /*--------------------- Export Definitions -------------------------*/ 35 34
-1
drivers/staging/vt6656/channel.h
··· 31 31 #define _CHANNEL_H_ 32 32 33 33 #include "device.h" 34 - #include "ttype.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/ 37 36
-1
drivers/staging/vt6656/control.h
··· 30 30 #ifndef __CONTROL_H__ 31 31 #define __CONTROL_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 #include "usbpipe.h" 36 35
-1
drivers/staging/vt6656/datarate.c
··· 33 33 * 34 34 */ 35 35 36 - #include "ttype.h" 37 36 #include "tmacro.h" 38 37 #include "mac.h" 39 38 #include "80211mgr.h"
+1 -1
drivers/staging/vt6656/desc.h
··· 33 33 34 34 #include <linux/types.h> 35 35 #include <linux/mm.h> 36 - #include "ttype.h" 36 + 37 37 #include "tether.h" 38 38 39 39 /* max transmit or receive buffer size */
-1
drivers/staging/vt6656/device.h
··· 66 66 */ 67 67 68 68 #include "device_cfg.h" 69 - #include "ttype.h" 70 69 #include "80211hdr.h" 71 70 #include "tether.h" 72 71 #include "wmgr.h"
-2
drivers/staging/vt6656/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;
-1
drivers/staging/vt6656/dpc.h
··· 29 29 #ifndef __DPC_H__ 30 30 #define __DPC_H__ 31 31 32 - #include "ttype.h" 33 32 #include "device.h" 34 33 #include "wcmd.h" 35 34
-1
drivers/staging/vt6656/firmware.h
··· 30 30 #ifndef __FIRMWARE_H__ 31 31 #define __FIRMWARE_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/
-1
drivers/staging/vt6656/int.h
··· 30 30 #ifndef __INT_H__ 31 31 #define __INT_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/
-2
drivers/staging/vt6656/iocmd.h
··· 29 29 #ifndef __IOCMD_H__ 30 30 #define __IOCMD_H__ 31 31 32 - #include "ttype.h" 33 - 34 32 /*--------------------- Export Definitions -------------------------*/ 35 33 36 34 // ioctl Command code
-1
drivers/staging/vt6656/key.h
··· 30 30 #ifndef __KEY_H__ 31 31 #define __KEY_H__ 32 32 33 - #include "ttype.h" 34 33 #include "tether.h" 35 34 #include "80211mgr.h" 36 35
-1
drivers/staging/vt6656/mac.h
··· 34 34 #ifndef __MAC_H__ 35 35 #define __MAC_H__ 36 36 37 - #include "ttype.h" 38 37 #include "device.h" 39 38 #include "tmacro.h" 40 39
-1
drivers/staging/vt6656/mib.h
··· 29 29 #ifndef __MIB_H__ 30 30 #define __MIB_H__ 31 31 32 - #include "ttype.h" 33 32 #include "tether.h" 34 33 #include "desc.h" 35 34
+2
drivers/staging/vt6656/michael.h
··· 31 31 #ifndef __MICHAEL_H__ 32 32 #define __MICHAEL_H__ 33 33 34 + #include <linux/types.h> 35 + 34 36 /*--------------------- Export Definitions -------------------------*/ 35 37 36 38 /*--------------------- Export Types ------------------------------*/
-1
drivers/staging/vt6656/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 "wmgr.h"
+1 -1
drivers/staging/vt6656/rc4.h
··· 30 30 #ifndef __RC4_H__ 31 31 #define __RC4_H__ 32 32 33 - #include "ttype.h" 33 + #include <linux/types.h> 34 34 35 35 /*--------------------- Export Definitions -------------------------*/ 36 36 /*--------------------- Export Types ------------------------------*/
-1
drivers/staging/vt6656/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/vt6656/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 #include "wcmd.h" 35 34
-2
drivers/staging/vt6656/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
+1 -1
drivers/staging/vt6656/tcrc.h
··· 29 29 #ifndef __TCRC_H__ 30 30 #define __TCRC_H__ 31 31 32 - #include "ttype.h" 32 + #include <linux/types.h> 33 33 34 34 /*--------------------- Export Definitions -------------------------*/ 35 35
-1
drivers/staging/vt6656/tether.h
··· 30 30 #define __TETHER_H__ 31 31 32 32 #include <linux/if_ether.h> 33 - #include "ttype.h" 34 33 35 34 /*--------------------- Export Definitions -------------------------*/ 36 35 //
-1
drivers/staging/vt6656/tkip.h
··· 30 30 #ifndef __TKIP_H__ 31 31 #define __TKIP_H__ 32 32 33 - #include "ttype.h" 34 33 #include "tether.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/
-2
drivers/staging/vt6656/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/vt6656/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 - #include <linux/types.h> 33 - 34 - /******* Common definitions and typedefs ***********************************/ 35 - 36 - /****** Simple typedefs ***************************************************/ 37 - 38 - /****** Common pointer types ***********************************************/ 39 - 40 - // boolean pointer 41 - 42 - #endif /* __TTYPE_H__ */
-1
drivers/staging/vt6656/usbpipe.h
··· 30 30 #ifndef __USBPIPE_H__ 31 31 #define __USBPIPE_H__ 32 32 33 - #include "ttype.h" 34 33 #include "device.h" 35 34 36 35 /*--------------------- Export Definitions -------------------------*/
-1
drivers/staging/vt6656/wcmd.c
··· 38 38 * 39 39 */ 40 40 41 - #include "ttype.h" 42 41 #include "tmacro.h" 43 42 #include "device.h" 44 43 #include "mac.h"
+1 -1
drivers/staging/vt6656/wcmd.h
··· 28 28 29 29 #ifndef __WCMD_H__ 30 30 #define __WCMD_H__ 31 - #include "ttype.h" 31 + 32 32 #include "80211hdr.h" 33 33 #include "80211mgr.h" 34 34
-1
drivers/staging/vt6656/wctl.h
··· 29 29 #ifndef __WCTL_H__ 30 30 #define __WCTL_H__ 31 31 32 - #include "ttype.h" 33 32 #include "tether.h" 34 33 #include "device.h" 35 34
-1
drivers/staging/vt6656/wmgr.h
··· 34 34 #ifndef __WMGR_H__ 35 35 #define __WMGR_H__ 36 36 37 - #include "ttype.h" 38 37 #include "80211mgr.h" 39 38 #include "80211hdr.h" 40 39 #include "wcmd.h"
-1
drivers/staging/vt6656/wpa.c
··· 32 32 * 33 33 */ 34 34 35 - #include "ttype.h" 36 35 #include "tmacro.h" 37 36 #include "tether.h" 38 37 #include "device.h"
-1
drivers/staging/vt6656/wpa.h
··· 31 31 #ifndef __WPA_H__ 32 32 #define __WPA_H__ 33 33 34 - #include "ttype.h" 35 34 #include "80211hdr.h" 36 35 37 36 /*--------------------- Export Definitions -------------------------*/
-1
drivers/staging/vt6656/wpa2.h
··· 31 31 #ifndef __WPA2_H__ 32 32 #define __WPA2_H__ 33 33 34 - #include "ttype.h" 35 34 #include "80211mgr.h" 36 35 #include "80211hdr.h" 37 36 #include "bssdb.h"