aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/a_types.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2011-05-02 01:52:49 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-03 15:29:58 -0400
commit0b0c87416fd69541ce8efc8703c839500671e7d6 (patch)
treeb9472649dccff49f04f5ef08f05b79b3225392f6 /drivers/staging/ath6kl/include/a_types.h
parentcb8a13aade3bec47ac8bdbf9ea86efec786ebe2e (diff)
ath6kl: Replace data type macros with kernel defined ones
Now athtypes_linux.h and a_types.h are unused, remove them. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/a_types.h')
-rw-r--r--drivers/staging/ath6kl/include/a_types.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/staging/ath6kl/include/a_types.h b/drivers/staging/ath6kl/include/a_types.h
deleted file mode 100644
index 4b6783f6aec..00000000000
--- a/drivers/staging/ath6kl/include/a_types.h
+++ /dev/null
@@ -1,32 +0,0 @@
1//------------------------------------------------------------------------------
2// <copyright file="a_types.h" company="Atheros">
3// Copyright (c) 2004-2010 Atheros Corporation. All rights reserved.
4//
5//
6// Permission to use, copy, modify, and/or distribute this software for any
7// purpose with or without fee is hereby granted, provided that the above
8// copyright notice and this permission notice appear in all copies.
9//
10// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17//
18//
19//------------------------------------------------------------------------------
20//==============================================================================
21// This file contains the definitions of the basic atheros data types.
22// It is used to map the data types in atheros files to a platform specific
23// type.
24//
25// Author(s): ="Atheros"
26//==============================================================================
27#ifndef _A_TYPES_H_
28#define _A_TYPES_H_
29
30#include "../os/linux/include/athtypes_linux.h"
31
32#endif /* _ATHTYPES_H_ */