diff options
author | Richard Knutsson <ricknu-0@student.ltu.se> | 2007-02-12 03:53:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:35 -0500 |
commit | 986c4bb8c4a7bf248378954782553334a003d80a (patch) | |
tree | 68d1c6dd17db1ff9c5816844c695e85a51f54506 /drivers/isdn/hardware/eicon/platform.h | |
parent | 2a8081f99cd2b1f356c1d07c75f5c386c2e54efc (diff) |
[PATCH] drivers/isdn/hardware/eicon/: convert to generic boolean-values
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/hardware/eicon/platform.h')
-rw-r--r-- | drivers/isdn/hardware/eicon/platform.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/isdn/hardware/eicon/platform.h b/drivers/isdn/hardware/eicon/platform.h index 2444811e0b38..16714cb0ef7d 100644 --- a/drivers/isdn/hardware/eicon/platform.h +++ b/drivers/isdn/hardware/eicon/platform.h | |||
@@ -71,14 +71,6 @@ | |||
71 | #define qword u64 | 71 | #define qword u64 |
72 | #endif | 72 | #endif |
73 | 73 | ||
74 | #ifndef TRUE | ||
75 | #define TRUE 1 | ||
76 | #endif | ||
77 | |||
78 | #ifndef FALSE | ||
79 | #define FALSE 0 | ||
80 | #endif | ||
81 | |||
82 | #ifndef NULL | 74 | #ifndef NULL |
83 | #define NULL ((void *) 0) | 75 | #define NULL ((void *) 0) |
84 | #endif | 76 | #endif |