patch-2.4.19 linux-2.4.19/drivers/char/applicom.c

Next file: linux-2.4.19/drivers/char/au1000_gpio.c
Previous file: linux-2.4.19/drivers/char/amiserial.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/char/applicom.c linux-2.4.19/drivers/char/applicom.c
@@ -36,7 +36,7 @@
 
 #if LINUX_VERSION_CODE < 0x20300 
 /* These probably want adding to <linux/compatmac.h> */
-#define init_waitqueue_head(x) do { *(x) = NULL; } while (0);
+#define init_waitqueue_head(x) do { *(x) = NULL; } while (0)
 #define PCI_BASE_ADDRESS(dev) (dev->base_address[0])
 #define DECLARE_WAIT_QUEUE_HEAD(x) struct wait_queue *x
 #define __setup(x,y) /* */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)