[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230828183728.3e1fbc24@jic23-huawei>
Date: Mon, 28 Aug 2023 18:37:28 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: linux-iio@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Lars-Peter Clausen <lars@...afoo.de>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>
Subject: Re: [PATCH v1 1/1] iio: dac: stm32-dac: Use correct header(s)
instead of string_helpers.h
On Tue, 8 Aug 2023 19:41:37 +0300
Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:
> There is nothing from string_helpers.h used in the driver, correct
> the header inclusion block accordingly.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Applied
> ---
> drivers/iio/dac/stm32-dac.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/iio/dac/stm32-dac.c b/drivers/iio/dac/stm32-dac.c
> index 15eb44075107..3cab28c7ee3b 100644
> --- a/drivers/iio/dac/stm32-dac.c
> +++ b/drivers/iio/dac/stm32-dac.c
> @@ -11,12 +11,13 @@
> #include <linux/delay.h>
> #include <linux/iio/iio.h>
> #include <linux/kernel.h>
> +#include <linux/kstrtox.h>
> #include <linux/module.h>
> #include <linux/mod_devicetable.h>
> #include <linux/of.h>
> #include <linux/platform_device.h>
> #include <linux/pm_runtime.h>
> -#include <linux/string_helpers.h>
> +#include <linux/string_choices.h>
>
> #include "stm32-dac-core.h"
>
Powered by blists - more mailing lists