static declaration follows non static blah blah.. Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
--- 2.6.12rc2mm1/sound/oss/nm256_audio.c~ 2005-04-06 02:00:08.000000000 -0400 +++ 2.6.12rc2mm1/sound/oss/nm256_audio.c 2005-04-06 02:00:39.000000000 -0400 @@ -28,10 +28,12 @@ #include <linux/delay.h> #include <linux/spinlock.h> #include "sound_config.h" + +static int nm256_debug; + #include "nm256.h" #include "nm256_coeff.h" -static int nm256_debug; static int force_load; /* - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

