summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-05-05 01:12:29 +0200
committerGreg Kroah-Hartman2010-05-11 20:36:09 +0200
commit0b437fc493621b07a1bc7dcfedbfd6e3b86a149e (patch)
tree1ecc5c9e5fdadb789af7e8d1c00ed1acb1bfc494 /drivers/staging/comedi
parentStaging: comedi: hwdrv_apci1500.c: sparse static cleanups (diff)
downloadkernel-qcow2-linux-0b437fc493621b07a1bc7dcfedbfd6e3b86a149e.tar.gz
kernel-qcow2-linux-0b437fc493621b07a1bc7dcfedbfd6e3b86a149e.tar.xz
kernel-qcow2-linux-0b437fc493621b07a1bc7dcfedbfd6e3b86a149e.zip
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>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r--drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c
index 4413279c880b..4299ff5214dd 100644
--- a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c
+++ b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c
@@ -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;
/*
+----------------------------------------------------------------------------+