From: Andy Shevchenko Date: Tue, 8 Aug 2023 16:41:37 +0000 (+0300) Subject: iio: dac: stm32-dac: Use correct header(s) instead of string_helpers.h X-Git-Tag: v6.7-rc1~78^2~32^2~150 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8c337436e6da6ac1dcc2d2f990489c9ebfe429f1;p=users%2Fhch%2Fmisc.git iio: dac: stm32-dac: Use correct header(s) instead of string_helpers.h There is nothing from string_helpers.h used in the driver, correct the header inclusion block accordingly. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20230808164137.66663-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- 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 #include #include +#include #include #include #include #include #include -#include +#include #include "stm32-dac-core.h"