patch-2.4.0-test5 linux/drivers/char/ftape/zftape/zftape_syms.c

Next file: linux/drivers/char/hp600_keyb.c
Previous file: linux/drivers/char/ftape/lowlevel/ftape_syms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/char/ftape/zftape/zftape_syms.c linux/drivers/char/ftape/zftape/zftape_syms.c
@@ -35,9 +35,9 @@
 #include "../zftape/zftape-ctl.h"
 
 #if LINUX_VERSION_CODE >= KERNEL_VER(2,1,18)
-# define FT_KSYM(sym) EXPORT_SYMBOL(##sym);
+# define FT_KSYM(sym) EXPORT_SYMBOL(sym);
 #else
-# define FT_KSYM(sym) X(##sym),
+# define FT_KSYM(sym) X(sym),
 #endif
 
 #if LINUX_VERSION_CODE < KERNEL_VER(2,1,18)

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