Commit 88298013 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: hwdrv_apci2032.c: static sparse fix

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 0b437fc4
...@@ -53,7 +53,7 @@ You should also find the complete GPL in the COPYING file accompanying this sour ...@@ -53,7 +53,7 @@ You should also find the complete GPL in the COPYING file accompanying this sour
*/ */
#include "hwdrv_apci2032.h" #include "hwdrv_apci2032.h"
unsigned int ui_InterruptData, ui_Type; static unsigned int ui_InterruptData, ui_Type;
/* /*
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
| Function Name : int i_APCI2032_ConfigDigitalOutput | | Function Name : int i_APCI2032_ConfigDigitalOutput |
......
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