]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
Staging: comedi: hwdrv_apci2032.c: static sparse fix
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 May 2010 23:12:53 +0000 (16:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:09 +0000 (11:36 -0700)
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci2032.c

index 2d325163c1692c181ffceeb4ceff9c11530e98e6..d7d22236778d1f115f8e6f5b1174e7b6bd60613b 100644 (file)
@@ -53,7 +53,7 @@ You should also find the complete GPL in the COPYING file accompanying this sour
 */
 
 #include "hwdrv_apci2032.h"
-unsigned int ui_InterruptData, ui_Type;
+static unsigned int ui_InterruptData, ui_Type;
 /*
 +----------------------------------------------------------------------------+
 | Function   Name   : int i_APCI2032_ConfigDigitalOutput                     |