[Compile Regression in 2.4.25-pre8][PATCH 12/42]
From: Kronos (kronos_at_kronoz.cjb.net)
Date: 02/02/04
- Previous message: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 13/42]"
- In reply to: Kronos: "Re: [Compile Regression] 2.4.25-pre8: 126 warnings 0 errors"
- Next in thread: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 14/42]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 2 Feb 2004 20:45:12 +0100 To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
include/linux/autoconf.h:2070:1: warning: "CONFIG_SERIAL_SHARE_IRQ" redefined
vac-serial.c:13:1: warning: this is the location of the previous definition
Don't define CONFIG_SERIAL_SHARE_IRQ if it's already defined by the
build system.
diff -Nru -X dontdiff linux-2.4-vanilla/drivers/char/vac-serial.c linux-2.4/drivers/char/vac-serial.c
--- linux-2.4-vanilla/drivers/char/vac-serial.c Tue Nov 11 17:51:12 2003
+++ linux-2.4/drivers/char/vac-serial.c Sat Jan 31 19:19:50 2004
@@ -10,7 +10,9 @@
#define CONFIG_SERIAL_NOPAUSE_IO
#define SERIAL_DO_RESTART
+#ifndef CONFIG_SERIAL_SHARE_IRQ
#define CONFIG_SERIAL_SHARE_IRQ
+#endif
/* Set of debugging defines */
-- Reply-To: kronos@kronoz.cjb.net Home: http://kronoz.cjb.net "Sei l'unica donna della mia vita". (Adamo) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 13/42]"
- In reply to: Kronos: "Re: [Compile Regression] 2.4.25-pre8: 126 warnings 0 errors"
- Next in thread: Kronos: "[Compile Regression in 2.4.25-pre8][PATCH 14/42]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|