staging: comedi: made comedi_lrange struct constant

Added the const type qualifier to the comedi_lrange structure.

Signed-off-by: Artur Lorincz <larturus@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Artur Lorincz 2017-02-11 21:26:51 +01:00 committed by Greg Kroah-Hartman
parent cf13a747b1
commit fa4508ddc3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ struct apci3501_private {
unsigned char timer_mode;
};
static struct comedi_lrange apci3501_ao_range = {
static const struct comedi_lrange apci3501_ao_range = {
2, {
BIP_RANGE(10),
UNI_RANGE(10)