提交 4fcf9498 编写于 作者: A Andres More 提交者: Greg Kroah-Hartman

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

Removed includes and added linux/types.h instead when needed.
Signed-off-by: NAndres More <more.andres@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1f9eedc2
......@@ -28,8 +28,6 @@
#ifndef __80211HDR_H__
#define __80211HDR_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
/* bit type */
......
......@@ -31,7 +31,6 @@
#ifndef __80211MGR_H__
#define __80211MGR_H__
#include "ttype.h"
#include "80211hdr.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -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
......
......@@ -30,8 +30,6 @@
#ifndef __AES_H__
#define __AES_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
/*--------------------- Export Types ------------------------------*/
......
......@@ -33,7 +33,6 @@
#ifndef __BASEBAND_H__
#define __BASEBAND_H__
#include "ttype.h"
#include "tether.h"
#include "device.h"
......
......@@ -39,7 +39,6 @@
*
*/
#include "ttype.h"
#include "tmacro.h"
#include "tether.h"
#include "device.h"
......
......@@ -29,7 +29,6 @@
#ifndef __CARD_H__
#define __CARD_H__
#include "device.h"
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -31,7 +31,6 @@
#define _CHANNEL_H_
#include "device.h"
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -30,7 +30,6 @@
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "ttype.h"
#include "device.h"
#include "usbpipe.h"
......
......@@ -33,7 +33,6 @@
*
*/
#include "ttype.h"
#include "tmacro.h"
#include "mac.h"
#include "80211mgr.h"
......
......@@ -33,7 +33,7 @@
#include <linux/types.h>
#include <linux/mm.h>
#include "ttype.h"
#include "tether.h"
/* max transmit or receive buffer size */
......
......@@ -66,7 +66,6 @@
*/
#include "device_cfg.h"
#include "ttype.h"
#include "80211hdr.h"
#include "tether.h"
#include "wmgr.h"
......
......@@ -29,8 +29,6 @@
#include <linux/types.h>
#include "ttype.h"
typedef
struct _version {
unsigned char major;
......
......@@ -29,7 +29,6 @@
#ifndef __DPC_H__
#define __DPC_H__
#include "ttype.h"
#include "device.h"
#include "wcmd.h"
......
......@@ -30,7 +30,6 @@
#ifndef __FIRMWARE_H__
#define __FIRMWARE_H__
#include "ttype.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -30,7 +30,6 @@
#ifndef __INT_H__
#define __INT_H__
#include "ttype.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -29,8 +29,6 @@
#ifndef __IOCMD_H__
#define __IOCMD_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
// ioctl Command code
......
......@@ -30,7 +30,6 @@
#ifndef __KEY_H__
#define __KEY_H__
#include "ttype.h"
#include "tether.h"
#include "80211mgr.h"
......
......@@ -34,7 +34,6 @@
#ifndef __MAC_H__
#define __MAC_H__
#include "ttype.h"
#include "device.h"
#include "tmacro.h"
......
......@@ -29,7 +29,6 @@
#ifndef __MIB_H__
#define __MIB_H__
#include "ttype.h"
#include "tether.h"
#include "desc.h"
......
......@@ -31,6 +31,8 @@
#ifndef __MICHAEL_H__
#define __MICHAEL_H__
#include <linux/types.h>
/*--------------------- Export Definitions -------------------------*/
/*--------------------- Export Types ------------------------------*/
......
......@@ -37,7 +37,6 @@
*
*/
#include "ttype.h"
#include "mac.h"
#include "device.h"
#include "wmgr.h"
......
......@@ -30,7 +30,7 @@
#ifndef __RC4_H__
#define __RC4_H__
#include "ttype.h"
#include <linux/types.h>
/*--------------------- Export Definitions -------------------------*/
/*--------------------- Export Types ------------------------------*/
......
......@@ -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"
#include "wcmd.h"
......
......@@ -30,8 +30,6 @@
#ifndef __SROM_H__
#define __SROM_H__
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
#define EEP_MAX_CONTEXT_SIZE 256
......
......@@ -29,7 +29,7 @@
#ifndef __TCRC_H__
#define __TCRC_H__
#include "ttype.h"
#include <linux/types.h>
/*--------------------- Export Definitions -------------------------*/
......
......@@ -30,7 +30,6 @@
#define __TETHER_H__
#include <linux/if_ether.h>
#include "ttype.h"
/*--------------------- Export Definitions -------------------------*/
//
......
......@@ -30,7 +30,6 @@
#ifndef __TKIP_H__
#define __TKIP_H__
#include "ttype.h"
#include "tether.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -29,8 +29,6 @@
#ifndef __TMACRO_H__
#define __TMACRO_H__
#include "ttype.h"
/****** Common helper macros ***********************************************/
#if !defined(LOBYTE)
......
/*
* 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__ */
......@@ -30,7 +30,6 @@
#ifndef __USBPIPE_H__
#define __USBPIPE_H__
#include "ttype.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -38,7 +38,6 @@
*
*/
#include "ttype.h"
#include "tmacro.h"
#include "device.h"
#include "mac.h"
......
......@@ -28,7 +28,7 @@
#ifndef __WCMD_H__
#define __WCMD_H__
#include "ttype.h"
#include "80211hdr.h"
#include "80211mgr.h"
......
......@@ -29,7 +29,6 @@
#ifndef __WCTL_H__
#define __WCTL_H__
#include "ttype.h"
#include "tether.h"
#include "device.h"
......
......@@ -34,7 +34,6 @@
#ifndef __WMGR_H__
#define __WMGR_H__
#include "ttype.h"
#include "80211mgr.h"
#include "80211hdr.h"
#include "wcmd.h"
......
......@@ -32,7 +32,6 @@
*
*/
#include "ttype.h"
#include "tmacro.h"
#include "tether.h"
#include "device.h"
......
......@@ -31,7 +31,6 @@
#ifndef __WPA_H__
#define __WPA_H__
#include "ttype.h"
#include "80211hdr.h"
/*--------------------- Export Definitions -------------------------*/
......
......@@ -31,7 +31,6 @@
#ifndef __WPA2_H__
#define __WPA2_H__
#include "ttype.h"
#include "80211mgr.h"
#include "80211hdr.h"
#include "bssdb.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册