瀏覽代碼

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>
Artur Lorincz 8 年之前
父節點
當前提交
fa4508ddc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/comedi/drivers/addi_apci_3501.c

+ 1 - 1
drivers/staging/comedi/drivers/addi_apci_3501.c

@@ -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)