[PATCH] nm256 oss build failure

static declaration follows non static

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Dave Jones and committed by Linus Torvalds 4f00945a 155542c2

+3 -5
-3
sound/oss/nm256.h
··· 128 128 struct nm256_info *next_card; 129 129 }; 130 130 131 - /* Debug flag--bigger numbers mean more output. */ 132 - extern int nm256_debug; 133 - 134 131 /* The BIOS signature. */ 135 132 #define NM_SIGNATURE 0x4e4d0000 136 133 /* Signature mask. */
+3 -2
sound/oss/nm256_audio.c
··· 28 28 #include <linux/delay.h> 29 29 #include <linux/spinlock.h> 30 30 #include "sound_config.h" 31 - #include "nm256.h" 32 - #include "nm256_coeff.h" 33 31 34 32 static int nm256_debug; 35 33 static int force_load; 34 + 35 + #include "nm256.h" 36 + #include "nm256_coeff.h" 36 37 37 38 /* 38 39 * The size of the playback reserve. When the playback buffer has less