diff options
author | Richard Knutsson <ricknu-0@student.ltu.se> | 2007-07-15 23:39:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 09:05:42 -0700 |
commit | 21eb92025e5768fb54120e2f2745a41c36f3aa69 (patch) | |
tree | c6ea1523428d960e56520f4751eb45c228bb1440 /drivers/block | |
parent | 0a3021f4e249fbdb5f30d614707b5e02022e4c9b (diff) | |
download | linux-3.10-21eb92025e5768fb54120e2f2745a41c36f3aa69.tar.gz linux-3.10-21eb92025e5768fb54120e2f2745a41c36f3aa69.tar.bz2 linux-3.10-21eb92025e5768fb54120e2f2745a41c36f3aa69.zip |
drivers/block/z2ram: Remove TRUE/FALSE defines
Remove defines of TRUE and FALSE
* not used in the file
* the file is not included somewhere else
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/z2ram.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/z2ram.c b/drivers/block/z2ram.c index 7cc2685ca84..2abf94cc313 100644 --- a/drivers/block/z2ram.c +++ b/drivers/block/z2ram.c @@ -44,9 +44,6 @@ extern int m68k_realnum_memory; extern struct mem_info m68k_memory[NUM_MEMINFO]; -#define TRUE (1) -#define FALSE (0) - #define Z2MINOR_COMBINED (0) #define Z2MINOR_Z2ONLY (1) #define Z2MINOR_CHIPONLY (2) |