* [PATCH][2.5.3-dj4] Compile Error at 8139too.c
@ 2002-02-09 9:48 Sebastian Roth
0 siblings, 0 replies; only message in thread
From: Sebastian Roth @ 2002-02-09 9:48 UTC (permalink / raw)
To: davej; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]
Hi there,
just a compile error:
gcc -D__KERNEL__ -I/usr/src/linux-2.5/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4
-DKBUILD_BASENAME=8139too -c -o 8139too.o 8139too.c
8139too.c:167: redefinition of `debug'
8139too.c:164: `debug' previously defined here
make[3]: *** [8139too.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5/drivers/net'
make[1]: *** [_subdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5/drivers'
make: *** [_dir_drivers] Error 2
This patch solves the problem:
--- linux-2.5/drivers/net/8139too.c Sat Feb 9 10:44:11 2002
+++ linux-beta/drivers/net/8139too.c Sat Feb 9 10:44:50 2002
@@ -163,9 +163,6 @@
/* bitmapped message enable number */
static int debug = -1;
-/* bitmapped message enable number */
-static int debug = -1;
-
/* Size of the in-memory receive ring. */
#define RX_BUF_LEN_IDX 2 /* 0==8K, 1==16K, 2==32K, 3==64K */
#define RX_BUF_LEN (8192 << RX_BUF_LEN_IDX)
patch is against 2.5.3-dj4
Bye,
Sebastian
[-- Attachment #2: 8139patch --]
[-- Type: text/x-diff, Size: 423 bytes --]
--- linux-2.5/drivers/net/8139too.c Sat Feb 9 10:44:11 2002
+++ linux-beta/drivers/net/8139too.c Sat Feb 9 10:44:50 2002
@@ -163,9 +163,6 @@
/* bitmapped message enable number */
static int debug = -1;
-/* bitmapped message enable number */
-static int debug = -1;
-
/* Size of the in-memory receive ring. */
#define RX_BUF_LEN_IDX 2 /* 0==8K, 1==16K, 2==32K, 3==64K */
#define RX_BUF_LEN (8192 << RX_BUF_LEN_IDX)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-02-09 9:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-09 9:48 [PATCH][2.5.3-dj4] Compile Error at 8139too.c Sebastian Roth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox