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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8c337436e6da6ac1dcc2d2f990489c9ebfe429f1;p=linux.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 15eb440751074..3cab28c7ee3b7 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"