Staging: comedi: hwdrv_apci3501.h: make a variable static.
Cleans up the sparse warning. 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:
parent
882980133d
commit
a6dc6d0df2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#define MODE0 0
|
#define MODE0 0
|
||||||
#define MODE1 1
|
#define MODE1 1
|
||||||
/* ANALOG OUTPUT RANGE */
|
/* ANALOG OUTPUT RANGE */
|
||||||
struct comedi_lrange range_apci3501_ao = { 2, {
|
static struct comedi_lrange range_apci3501_ao = { 2, {
|
||||||
BIP_RANGE(10),
|
BIP_RANGE(10),
|
||||||
UNI_RANGE(10)
|
UNI_RANGE(10)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue