|
@@ -218,7 +218,6 @@ static ssize_t ad9834_show_out0_wavetype_available(struct device *dev,
|
|
|
return sprintf(buf, "%s\n", str);
|
|
return sprintf(buf, "%s\n", str);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO,
|
|
static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO,
|
|
|
ad9834_show_out0_wavetype_available, NULL, 0);
|
|
ad9834_show_out0_wavetype_available, NULL, 0);
|
|
|
|
|
|