|
@@ -472,14 +472,14 @@ static const struct attribute_group ads1115_attribute_group = {
|
|
|
.attrs = ads1115_attributes,
|
|
|
};
|
|
|
|
|
|
-static struct iio_info ads1015_info = {
|
|
|
+static const struct iio_info ads1015_info = {
|
|
|
.driver_module = THIS_MODULE,
|
|
|
.read_raw = ads1015_read_raw,
|
|
|
.write_raw = ads1015_write_raw,
|
|
|
.attrs = &ads1015_attribute_group,
|
|
|
};
|
|
|
|
|
|
-static struct iio_info ads1115_info = {
|
|
|
+static const struct iio_info ads1115_info = {
|
|
|
.driver_module = THIS_MODULE,
|
|
|
.read_raw = ads1015_read_raw,
|
|
|
.write_raw = ads1015_write_raw,
|