summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/common/athdefs.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:47 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:49 -0800
commit1071a134d0822663f497a1dda4866cffa7df4e36 (patch)
tree8a533bd3f4f9b7571a089825b5c9bb7ee020d8fd /drivers/staging/ath6kl/include/common/athdefs.h
parent949c3676cd6b2717c2abda5d9b10e6d6d7daf741 (diff)
downloadop-kernel-dev-1071a134d0822663f497a1dda4866cffa7df4e36.zip
op-kernel-dev-1071a134d0822663f497a1dda4866cffa7df4e36.tar.gz
staging: ath6kl: Remove A_BOOL and TRUE/FALSE
Use kernel bool and true/false. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common/athdefs.h')
-rw-r--r--drivers/staging/ath6kl/include/common/athdefs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/ath6kl/include/common/athdefs.h b/drivers/staging/ath6kl/include/common/athdefs.h
index c6ae9ba..255c7dd 100644
--- a/drivers/staging/ath6kl/include/common/athdefs.h
+++ b/drivers/staging/ath6kl/include/common/athdefs.h
@@ -73,12 +73,4 @@
#define A_PHY_ERROR 27 /* RX PHY error */
#define A_CONSUMED 28 /* Object was consumed */
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
#endif /* __ATHDEFS_H__ */
OpenPOWER on IntegriCloud