The patch titled
     powerpc: 8xx parenthesis balance
has been removed from the -mm tree.  Its filename was
     powerpc-8xx-parenthesis-balance.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: powerpc: 8xx parenthesis balance
From: Mariusz Kozlowski <[EMAIL PROTECTED]>

Balance parenthesis in powerpc 8xx header files.

Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Cc: Kumar Gala <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/powerpc/platforms/8xx/mpc86xads.h |    2 +-
 arch/powerpc/platforms/8xx/mpc885ads.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN 
arch/powerpc/platforms/8xx/mpc86xads.h~powerpc-8xx-parenthesis-balance 
arch/powerpc/platforms/8xx/mpc86xads.h
--- a/arch/powerpc/platforms/8xx/mpc86xads.h~powerpc-8xx-parenthesis-balance
+++ a/arch/powerpc/platforms/8xx/mpc86xads.h
@@ -37,7 +37,7 @@
 #define CPM_MAP_ADDR           (get_immrbase() + MPC8xx_CPM_OFFSET)
 #define CPM_IRQ_OFFSET         16     // for compability with cpm_uart driver
 
-#define PCMCIA_MEM_ADDR                (uint)0xff020000)
+#define PCMCIA_MEM_ADDR                ((uint)0xff020000)
 #define PCMCIA_MEM_SIZE                ((uint)(64 * 1024))
 
 /* Bits of interest in the BCSRs.
diff -puN 
arch/powerpc/platforms/8xx/mpc885ads.h~powerpc-8xx-parenthesis-balance 
arch/powerpc/platforms/8xx/mpc885ads.h
--- a/arch/powerpc/platforms/8xx/mpc885ads.h~powerpc-8xx-parenthesis-balance
+++ a/arch/powerpc/platforms/8xx/mpc885ads.h
@@ -37,7 +37,7 @@
 #define CPM_MAP_ADDR           (get_immrbase() + MPC8xx_CPM_OFFSET)
 #define CPM_IRQ_OFFSET         16     // for compability with cpm_uart driver
 
-#define PCMCIA_MEM_ADDR                (uint)0xff020000)
+#define PCMCIA_MEM_ADDR                ((uint)0xff020000)
 #define PCMCIA_MEM_SIZE                ((uint)(64 * 1024))
 
 /* Bits of interest in the BCSRs.
_

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

git-powerpc.patch
blackfin-arch-balance-parenthesis-in-macros.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