Re: [PATCH v2 03/15] iio: adc: ad4134: Drop import to empty name space

From: Jonathan Cameron

Date: Sun Sep 20 2026 - 21:19:27 EST


On Tue, 15 Sep 2026 16:12:38 -0300
Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> wrote:

> Drop unused name space that somehow remained being included by the device
> driver.
>
> Signed-off-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx>
I'll pick this one up now even if the rest need more time

Applied, thanks,

Jonathan

> ---
> No changes since v1.
>
> drivers/iio/adc/ad4134.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/iio/adc/ad4134.c b/drivers/iio/adc/ad4134.c
> index 7d40c0521bb3..3c759b89d331 100644
> --- a/drivers/iio/adc/ad4134.c
> +++ b/drivers/iio/adc/ad4134.c
> @@ -498,4 +498,3 @@ module_spi_driver(ad4134_driver);
> MODULE_AUTHOR("Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx>");
> MODULE_DESCRIPTION("Analog Devices AD4134 SPI driver");
> MODULE_LICENSE("GPL");
> -MODULE_IMPORT_NS("IIO_AD4134");