Skip to content

Commit

Permalink
[PATCH] nm256 oss build failure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jun 25, 2005
1 parent 155542c commit 4f00945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions sound/oss/nm256.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ struct nm256_info
struct nm256_info *next_card;
};

/* Debug flag--bigger numbers mean more output. */
extern int nm256_debug;

/* The BIOS signature. */
#define NM_SIGNATURE 0x4e4d0000
/* Signature mask. */
Expand Down
5 changes: 3 additions & 2 deletions sound/oss/nm256_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
#include <linux/delay.h>
#include <linux/spinlock.h>
#include "sound_config.h"
#include "nm256.h"
#include "nm256_coeff.h"

static int nm256_debug;
static int force_load;

#include "nm256.h"
#include "nm256_coeff.h"

/*
* The size of the playback reserve. When the playback buffer has less
* than NM256_PLAY_WMARK_SIZE bytes to output, we request a new
Expand Down

0 comments on commit 4f00945

Please sign in to comment.