* [PATCH] 3c359_microcode.h clean up - 2.6.3
@ 2004-02-24 3:09 Mike Phillips
2004-02-24 3:31 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Mike Phillips @ 2004-02-24 3:09 UTC (permalink / raw)
To: linux-kernel
Small patch to clean up 3c359_micrcode.h, no other drivers in the kernel
come anywhere near the file and the #if is superflous.
Mike Phillips
diff -urN -X dontdiff linux-2.6.3/drivers/net/tokenring/3c359_microcode.h linux-2.6.3-working/drivers/net/tokenring/3c359_microcode.h
--- linux-2.6.3/drivers/net/tokenring/3c359_microcode.h 2004-02-17 22:57:20.000000000 -0500
+++ linux-2.6.3-working/drivers/net/tokenring/3c359_microcode.h 2004-02-23 21:57:58.000000000 -0500
@@ -20,9 +20,6 @@
* different length.
*/
-
-#if defined(CONFIG_3C359) || defined(CONFIG_3C359_MODULE)
-
static int mc_size = 24880 ;
u8 microcode[] = {
@@ -1582,4 +1579,3 @@
,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
,0x90,0xea,0xc0,0x15,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x06
} ;
-#endif
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] 3c359_microcode.h clean up - 2.6.3
2004-02-24 3:09 [PATCH] 3c359_microcode.h clean up - 2.6.3 Mike Phillips
@ 2004-02-24 3:31 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-02-24 3:31 UTC (permalink / raw)
To: Mike Phillips; +Cc: linux-kernel
Mike Phillips wrote:
> Small patch to clean up 3c359_micrcode.h, no other drivers in the kernel
> come anywhere near the file and the #if is superflous.
>
> Mike Phillips
>
> diff -urN -X dontdiff linux-2.6.3/drivers/net/tokenring/3c359_microcode.h linux-2.6.3-working/drivers/net/tokenring/3c359_microcode.h
> --- linux-2.6.3/drivers/net/tokenring/3c359_microcode.h 2004-02-17 22:57:20.000000000 -0500
> +++ linux-2.6.3-working/drivers/net/tokenring/3c359_microcode.h 2004-02-23 21:57:58.000000000 -0500
I'll throw this in...
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-24 3:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24 3:09 [PATCH] 3c359_microcode.h clean up - 2.6.3 Mike Phillips
2004-02-24 3:31 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox