]> git.hungrycats.org Git - linux/commitdiff
Fix #undef warning in xirc2ps_cs net driver
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Mon, 26 Aug 2002 10:37:30 +0000 (06:37 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Mon, 26 Aug 2002 10:37:30 +0000 (06:37 -0400)
drivers/net/pcmcia/xirc2ps_cs.c

index 80799c1b6904be25c1187c958d50ff29bf04dcf7..d8f435f0aefa6e89c8fbfb18b000649bdf2637fb 100644 (file)
@@ -2096,7 +2096,7 @@ static int __init setup_xirc2ps_cs(char *str)
        MAYBE_SET(irq_list[1], 7);
        MAYBE_SET(irq_list[2], 8);
        MAYBE_SET(irq_list[3], 9);
-#undef  MAYBE_SET(X,Y)
+#undef  MAYBE_SET
 
        return 0;
 }