Skip to content

Commit

Permalink
proper extern for mwave_s_mdd
Browse files Browse the repository at this point in the history
This patch adds a proper extern for mwave_s_mdd in
drivers/char/mwave/mwavedd.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 25, 2008
1 parent 79885b2 commit 8d1e120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions drivers/char/mwave/mwavedd.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,6 @@ typedef struct _MWAVE_DEVICE_DATA {

} MWAVE_DEVICE_DATA, *pMWAVE_DEVICE_DATA;

extern MWAVE_DEVICE_DATA mwave_s_mdd;

#endif
2 changes: 0 additions & 2 deletions drivers/char/mwave/tp3780i.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#include "3780i.h"
#include "mwavepub.h"

extern MWAVE_DEVICE_DATA mwave_s_mdd;

static unsigned short s_ausThinkpadIrqToField[16] =
{ 0xFFFF, 0xFFFF, 0xFFFF, 0x0001, 0x0002, 0x0003, 0xFFFF, 0x0004,
0xFFFF, 0xFFFF, 0x0005, 0x0006, 0xFFFF, 0xFFFF, 0xFFFF, 0x0007 };
Expand Down

0 comments on commit 8d1e120

Please sign in to comment.