Commit 08b93e7b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 525d1b13
...@@ -52,9 +52,9 @@ You should also find the complete GPL in the COPYING file accompanying this sour ...@@ -52,9 +52,9 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
#include "hwdrv_apci035.h" #include "hwdrv_apci035.h"
int i_WatchdogNbr = 0; static int i_WatchdogNbr = 0;
int i_Temp = 0; static int i_Temp = 0;
int i_Flag = 1; static int i_Flag = 1;
/* /*
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
| Function Name : int i_APCI035_ConfigTimerWatchdog | | Function Name : int i_APCI035_ConfigTimerWatchdog |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment