Commit b948add3 authored by Mike Phillips's avatar Mike Phillips Committed by Jeff Garzik

[PATCH] 3c359_microcode.h clean up - 2.6.3

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
parent c639e614
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
* different length. * different length.
*/ */
#if defined(CONFIG_3C359) || defined(CONFIG_3C359_MODULE)
static int mc_size = 24880 ; static int mc_size = 24880 ;
u8 microcode[] = { u8 microcode[] = {
...@@ -1582,4 +1579,3 @@ u8 microcode[] = { ...@@ -1582,4 +1579,3 @@ u8 microcode[] = {
,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,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 ,0x90,0xea,0xc0,0x15,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x06
} ; } ;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment