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