The patch titled
     drivers/block/z2ram: Remove TRUE/FALSE defines
has been added to the -mm tree.  Its filename is
     drivers-block-z2ram-remove-true-false-defines.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: drivers/block/z2ram: Remove TRUE/FALSE defines
From: Richard Knutsson <[EMAIL PROTECTED]>

Remove defines of TRUE and FALSE
  * not used in the file
  * the file is not included somewhere else

Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/block/z2ram.c |    3 ---
 1 file changed, 3 deletions(-)

diff -puN drivers/block/z2ram.c~drivers-block-z2ram-remove-true-false-defines 
drivers/block/z2ram.c
--- a/drivers/block/z2ram.c~drivers-block-z2ram-remove-true-false-defines
+++ a/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)
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-alsa.patch
drivers-block-z2ram-remove-true-false-defines.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to