mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 12:16:29 -04:00
Staging: comedi: hwdrv_apci035.c: fix sparse warnings
Some variables should be static. 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:
@@ -52,9 +52,9 @@ You should also find the complete GPL in the COPYING file accompanying this sour
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
#include "hwdrv_apci035.h"
|
||||
int i_WatchdogNbr = 0;
|
||||
int i_Temp = 0;
|
||||
int i_Flag = 1;
|
||||
static int i_WatchdogNbr = 0;
|
||||
static int i_Temp = 0;
|
||||
static int i_Flag = 1;
|
||||
/*
|
||||
+----------------------------------------------------------------------------+
|
||||
| Function Name : int i_APCI035_ConfigTimerWatchdog |
|
||||
|
||||
Reference in New Issue
Block a user