]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: vt6656: removed no longer useful ttype.h file
authorAndres More <more.andres@gmail.com>
Tue, 26 Feb 2013 01:32:55 +0000 (20:32 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:18:47 +0000 (09:18 -0700)
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>
39 files changed:
drivers/staging/vt6656/80211hdr.h
drivers/staging/vt6656/80211mgr.h
drivers/staging/vt6656/TODO
drivers/staging/vt6656/aes_ccmp.h
drivers/staging/vt6656/baseband.h
drivers/staging/vt6656/bssdb.c
drivers/staging/vt6656/card.h
drivers/staging/vt6656/channel.h
drivers/staging/vt6656/control.h
drivers/staging/vt6656/datarate.c
drivers/staging/vt6656/desc.h
drivers/staging/vt6656/device.h
drivers/staging/vt6656/device_cfg.h
drivers/staging/vt6656/dpc.h
drivers/staging/vt6656/firmware.h
drivers/staging/vt6656/int.h
drivers/staging/vt6656/iocmd.h
drivers/staging/vt6656/key.h
drivers/staging/vt6656/mac.h
drivers/staging/vt6656/mib.h
drivers/staging/vt6656/michael.h
drivers/staging/vt6656/power.c
drivers/staging/vt6656/rc4.h
drivers/staging/vt6656/rf.h
drivers/staging/vt6656/rxtx.h
drivers/staging/vt6656/srom.h
drivers/staging/vt6656/tcrc.h
drivers/staging/vt6656/tether.h
drivers/staging/vt6656/tkip.h
drivers/staging/vt6656/tmacro.h
drivers/staging/vt6656/ttype.h [deleted file]
drivers/staging/vt6656/usbpipe.h
drivers/staging/vt6656/wcmd.c
drivers/staging/vt6656/wcmd.h
drivers/staging/vt6656/wctl.h
drivers/staging/vt6656/wmgr.h
drivers/staging/vt6656/wpa.c
drivers/staging/vt6656/wpa.h
drivers/staging/vt6656/wpa2.h

index 0ce12e9e858fd17f16ca46af0648ec86d361aeb1..198fc954930afa4379e9464e7b1d0588f65d003d 100644 (file)
@@ -28,8 +28,6 @@
 #ifndef __80211HDR_H__
 #define __80211HDR_H__
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 
 /* bit type */
index 990d44784aa0d0573c94b0fdc4a40fbe998f79f0..c8cc1d124f54f1beeb6cad2c50e97cd6cf4d62fc 100644 (file)
@@ -31,7 +31,6 @@
 #ifndef __80211MGR_H__
 #define __80211MGR_H__
 
-#include "ttype.h"
 #include "80211hdr.h"
 
 /*---------------------  Export Definitions -------------------------*/
index a318995ba07f471032d46885e0303fdf66e94d50..e154b2f3b247845a3e428f62a5533b36de51a9fc 100644 (file)
@@ -7,7 +7,7 @@ TODO:
   - split rf.c
   - abstract VT3184 chipset specific code
 - add common vt665x infrastructure
-- kill ttype.h
+- kill ttype.h -- done
 - switch to use LIB80211
 - switch to use MAC80211
 - use kernel coding style
index 349fe9effa3ea67bc40f03f9a9270acae91ab52a..d4192526484f65d43258ce008870e73b0da3c329 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef __AES_H__
 #define __AES_H__
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 
 /*---------------------  Export Types  ------------------------------*/
index a6c3448e77ee7bbff8ad03e4bd235f5c015da359..f3f58b56a2117ff9e1e12fd1b83aa309ef62796c 100644 (file)
@@ -33,7 +33,6 @@
 #ifndef __BASEBAND_H__
 #define __BASEBAND_H__
 
-#include "ttype.h"
 #include "tether.h"
 #include "device.h"
 
index 759404d57e1172bf19476a39605ecbc6ca4bdfff..f47cd3e0b1eec77864ef43cfbd8d45e2ea70f735 100644 (file)
@@ -39,7 +39,6 @@
  *
  */
 
-#include "ttype.h"
 #include "tmacro.h"
 #include "tether.h"
 #include "device.h"
index 9905e35fe83b8fd08e30946f44baea79a1b25f82..25d5aa2930cd883c104ffa136db1443a58d52bf3 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __CARD_H__
 #define __CARD_H__
 #include "device.h"
-#include "ttype.h"
 
 /*---------------------  Export Definitions -------------------------*/
 
index 30cd46dcb2b1ac076563a1799011492617a537cf..aceb29aeb18b79c2e79aad59ae6bd0cd9feb4ece 100644 (file)
@@ -31,7 +31,6 @@
 #define _CHANNEL_H_
 
 #include "device.h"
-#include "ttype.h"
 
 /*---------------------  Export Definitions -------------------------*/
 
index 76ce0244e100525c7b3584f2219cf1b55cafa5e2..2a4e283613c810ded40b51f148bdecda63fc4eeb 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __CONTROL_H__
 #define __CONTROL_H__
 
-#include "ttype.h"
 #include "device.h"
 #include "usbpipe.h"
 
index 7ce332c65850e23279f8d931f802822c0e9cacdb..e118213192192ca2115b43fdbf5a40ac5015aa23 100644 (file)
@@ -33,7 +33,6 @@
  *
  */
 
-#include "ttype.h"
 #include "tmacro.h"
 #include "mac.h"
 #include "80211mgr.h"
index a93eb5fa92c9eba4e454cef71657a055c4a79f0a..64cb046fe9885a5bf13f2875d6559b5f80059394 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <linux/types.h>
 #include <linux/mm.h>
-#include "ttype.h"
+
 #include "tether.h"
 
 /* max transmit or receive buffer size */
index c0522aa04185507c21d696da993539ce4cff3c6d..9bb4397f1a724a3999d884d94d6d7ebc20167c53 100644 (file)
@@ -66,7 +66,6 @@
  */
 
 #include "device_cfg.h"
-#include "ttype.h"
 #include "80211hdr.h"
 #include "tether.h"
 #include "wmgr.h"
index 62290d0ac195a399e6377fe1e6036c4b44ec91ae..ea66b975fa5b03e4b34cd1a2577641df8a2c0d27 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <linux/types.h>
 
-#include "ttype.h"
-
 typedef
 struct _version {
     unsigned char   major;
index 786c523f547975c4da00ef788dcc0e5677ca868c..933df02f6dd0056d5c27bbe14bb54deaa17e8157 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __DPC_H__
 #define __DPC_H__
 
-#include "ttype.h"
 #include "device.h"
 #include "wcmd.h"
 
index ebab3a6351b3d2369cca25916f617f30ad8e16b6..dff516281b41640d9a68581606a0438c82ec4b73 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __FIRMWARE_H__
 #define __FIRMWARE_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*---------------------  Export Definitions -------------------------*/
index 180ea57f9888983f049f1ace73531a30722e0d3d..13e1a6a6158b07d94c6458e1614fe47af950f83b 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __INT_H__
 #define __INT_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*---------------------  Export Definitions -------------------------*/
index c354a77964d8664cc354af8f9a898692b365ba53..dab089ac5cc9eb998c8dfa5dab3028c85d921e71 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef __IOCMD_H__
 #define __IOCMD_H__
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 
 // ioctl Command code
index 56799cf7100425c05ce0ab8908385594dddfa2c0..a7101d7e64243ad57d53c9ca56bc665e058dec99 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __KEY_H__
 #define __KEY_H__
 
-#include "ttype.h"
 #include "tether.h"
 #include "80211mgr.h"
 
index 6e28500ae5f824dde2f7fe8aadd795ccc3328249..32ac58793f199810681567cafaf503f56af7f6dc 100644 (file)
@@ -34,7 +34,6 @@
 #ifndef __MAC_H__
 #define __MAC_H__
 
-#include "ttype.h"
 #include "device.h"
 #include "tmacro.h"
 
index ced7d567027f0543d5bd893e60250538a6955374..cc8089ec035008cbe486fe1a50483594b311f8b9 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __MIB_H__
 #define __MIB_H__
 
-#include "ttype.h"
 #include "tether.h"
 #include "desc.h"
 
index 2cdb07ed53ad00565bd4d1935e454561ce2b0c73..56331ccfc1dbe5d89142f49a1d6846f2ae52d9df 100644 (file)
@@ -31,6 +31,8 @@
 #ifndef __MICHAEL_H__
 #define __MICHAEL_H__
 
+#include <linux/types.h>
+
 /*---------------------  Export Definitions -------------------------*/
 
 /*---------------------  Export Types  ------------------------------*/
index f3445109eeaf451b31ce5d6e37a7cd97ad08b57b..94c2acde268cfabbe6c84315c842639850b4669a 100644 (file)
@@ -37,7 +37,6 @@
  *
  */
 
-#include "ttype.h"
 #include "mac.h"
 #include "device.h"
 #include "wmgr.h"
index 2751d06bb9cf36e8b6b385f918c7b2c90a476c83..fe613f819aef516dea79b139eac15e59fceb8032 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef __RC4_H__
 #define __RC4_H__
 
-#include "ttype.h"
+#include <linux/types.h>
 
 /*---------------------  Export Definitions -------------------------*/
 /*---------------------  Export Types  ------------------------------*/
index 9f70cf740baefc46fbafb121f6048c20f58c3ab6..aa0b007a4e9b23940e0710063a3fe4207ac38317 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __RF_H__
 #define __RF_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*---------------------  Export Definitions -------------------------*/
index 57706acf3acc91e6aa18c20a4ac86911d9cdd7aa..e27640cda90c6fa4e2f1828818dc4d7e7c5421b2 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __RXTX_H__
 #define __RXTX_H__
 
-#include "ttype.h"
 #include "device.h"
 #include "wcmd.h"
 
index 9f1af6746ccb509a91c23db69cdcf5dbdba54e90..48e10c45a182b283764ef0b9b7f88438a301dd30 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef __SROM_H__
 #define __SROM_H__
 
-#include "ttype.h"
-
 /*---------------------  Export Definitions -------------------------*/
 
 #define EEP_MAX_CONTEXT_SIZE    256
index 4eb923b94cebd9fecdb1c320548efb8f3474259a..c45a63af190255476697109e2d60b59d96c7c82e 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef __TCRC_H__
 #define __TCRC_H__
 
-#include "ttype.h"
+#include <linux/types.h>
 
 /*---------------------  Export Definitions -------------------------*/
 
index d3ef6b59d5037138525780498efc3570f2022319..4812659c13b69b790530ac0eebe28fafcdf52e0e 100644 (file)
@@ -30,7 +30,6 @@
 #define __TETHER_H__
 
 #include <linux/if_ether.h>
-#include "ttype.h"
 
 /*---------------------  Export Definitions -------------------------*/
 //
index a5a09be60a1a2fde83f111326ff4ca64e363e45b..2b247d225de119841f6925956962b5fb8276bbc9 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __TKIP_H__
 #define __TKIP_H__
 
-#include "ttype.h"
 #include "tether.h"
 
 /*---------------------  Export Definitions -------------------------*/
index 3a5ee0622f208cac8bdc7ace030f97309069e9cd..15cd5abb8004b6be1b893a8fded64fe7c5aaa942 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef __TMACRO_H__
 #define __TMACRO_H__
 
-#include "ttype.h"
-
 /****** Common helper macros ***********************************************/
 
 #if !defined(LOBYTE)
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
deleted file mode 100644 (file)
index d1ba96e..0000000
+++ /dev/null
@@ -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__
-
-#include <linux/types.h>
-
-/******* Common definitions and typedefs ***********************************/
-
-/****** Simple typedefs  ***************************************************/
-
-/****** Common pointer types ***********************************************/
-
-// boolean pointer
-
-#endif /* __TTYPE_H__ */
index b3023559c15bcfefe032ba0312d1a8a893746406..e277bb4f038651e6dac4b4c500f4bc32ae975a1a 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __USBPIPE_H__
 #define __USBPIPE_H__
 
-#include "ttype.h"
 #include "device.h"
 
 /*---------------------  Export Definitions -------------------------*/
index 4d9e1456a35d7f4bc9a7f2a302b2a2c6d230ad55..18e1d5bf5f60de38b29b7703387a8f2b29451a42 100644 (file)
@@ -38,7 +38,6 @@
  *
  */
 
-#include "ttype.h"
 #include "tmacro.h"
 #include "device.h"
 #include "mac.h"
index 398414b2b431cdfca1e94edc034056fecee22cdd..22878b9cedd6ef58c2960922e8126f3f70e7575b 100644 (file)
@@ -28,7 +28,7 @@
 
 #ifndef __WCMD_H__
 #define __WCMD_H__
-#include "ttype.h"
+
 #include "80211hdr.h"
 #include "80211mgr.h"
 
index 1b21e32e99e5aff63f095d00833b5d6e800e9ee8..4436108250f659b54547be55e89e6dce82caf6bc 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef __WCTL_H__
 #define __WCTL_H__
 
-#include "ttype.h"
 #include "tether.h"
 #include "device.h"
 
index 83aed45f68a3c3c41470eb0ad3e44a6c7753245a..11cbcc07c6b8e2857b8fc954184f38ae447a8c0f 100644 (file)
@@ -34,7 +34,6 @@
 #ifndef __WMGR_H__
 #define __WMGR_H__
 
-#include "ttype.h"
 #include "80211mgr.h"
 #include "80211hdr.h"
 #include "wcmd.h"
index e370b39821c644609db8e5d7b7978b708e73e9a9..919d969ae8f80055426c18eef4fe5de041c5403e 100644 (file)
@@ -32,7 +32,6 @@
  *
  */
 
-#include "ttype.h"
 #include "tmacro.h"
 #include "tether.h"
 #include "device.h"
index 2e35856c50f3b47472b0dedcb51c56fab9fa447c..21b34567bbe7cd88bc9a22411d0b24834ca2cb81 100644 (file)
@@ -31,7 +31,6 @@
 #ifndef __WPA_H__
 #define __WPA_H__
 
-#include "ttype.h"
 #include "80211hdr.h"
 
 /*---------------------  Export Definitions -------------------------*/
index 03b14c72d2044069a2ebcf5b8633ad1d40857749..5b3b9ff5a46678837dba3cff60b54a2df49191d3 100644 (file)
@@ -31,7 +31,6 @@
 #ifndef __WPA2_H__
 #define __WPA2_H__
 
-#include "ttype.h"
 #include "80211mgr.h"
 #include "80211hdr.h"
 #include "bssdb.h"