On Mon, 24 Feb 2025 20:33:16 +0200
Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote:
+int iio_adc_device_num_channels(struct device *dev)Just noticed, this isn't namespaces which is a bit odd. I'd drop
+{
+ return device_get_child_node_count_named(dev, "channel");
+}
+EXPORT_SYMBOL_GPL(iio_adc_device_num_channels);
the export anyway in favour of static inline but if you don't match
the namespace of the next one.