Hello,
This patch fixes unbalanced parenthesis introduced by:
move-a-few-definitions-to-au1000_xxs1500c.patch
Regards,
Mariusz
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
drivers/pcmcia/au1000_xxs1500.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.23-rc3-mm1-a/drivers/pcmcia/au1000_xxs1500.c 2007-08-22
17:18:28.000000000 +0200
+++ linux-2.6.23-rc3-mm1-b/drivers/pcmcia/au1000_xxs1500.c 2007-08-22
17:20:34.000000000 +0200
@@ -52,7 +52,7 @@
#include <asm/au1000_pcmcia.h>
#define PCMCIA_MAX_SOCK 0
-#define PCMCIA_NUM_SOCKS PCMCIA_MAX_SOCK + 1)
+#define PCMCIA_NUM_SOCKS (PCMCIA_MAX_SOCK + 1)
#define PCMCIA_IRQ AU1000_GPIO_4
#if 0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/