Staging: comedi: hwdrv_apci1564.c: static sparse cleanups.
Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a943532652
commit
0b437fc493
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ You should also find the complete GPL in the COPYING file accompanying this sour
|
|||
#include "hwdrv_apci1564.h"
|
||||
|
||||
/* Global variables */
|
||||
unsigned int ui_InterruptStatus_1564 = 0;
|
||||
unsigned int ui_InterruptData, ui_Type;
|
||||
static unsigned int ui_InterruptStatus_1564 = 0;
|
||||
static unsigned int ui_InterruptData, ui_Type;
|
||||
|
||||
/*
|
||||
+----------------------------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Reference in a new issue