summaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss/slichw.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-26 01:16:44 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 21:53:05 (GMT)
commitb574488e42ab1146355c8abd138cae082ca19f28 (patch)
tree46601148d2857b69bb5038dd50abe964b6f1f665 /drivers/staging/slicoss/slichw.h
parent2bb347361e2c19799431f56488a3f64de40a3aa6 (diff)
downloadlinux-b574488e42ab1146355c8abd138cae082ca19f28.tar.xz
Staging: slicoss: remove TRUE/FALSE usage
Don't use TRUE and FALSE, we have proper boolean types in the kernel. Cc: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/slicoss/slichw.h')
-rw-r--r--drivers/staging/slicoss/slichw.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/slicoss/slichw.h b/drivers/staging/slicoss/slichw.h
index d03e90b..3b87a83 100644
--- a/drivers/staging/slicoss/slichw.h
+++ b/drivers/staging/slicoss/slichw.h
@@ -221,20 +221,6 @@
#define SLIC_HOSTID_DEFAULT 0xFFFF /* uninitialized hostid */
#define SLIC_NBR_MACS 4
-#ifndef FALSE
-#define FALSE 0
-#else
-#undef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#else
-#undef TRUE
-#define TRUE 1
-#endif
-
struct slic_rcvbuf {
unsigned char pad1[6];
ushort pad2;