From: Andy Shevchenko Date: Tue, 8 Aug 2023 16:41:52 +0000 (+0300) Subject: iio: accel: msa311: Use correct header(s) instead of string_helpers.h X-Git-Tag: v6.7-rc1~78^2~32^2~151 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=de39695dd1fb753a6040053483213ebe7a960af2;p=users%2Fdwmw2%2Flinux.git iio: accel: msa311: 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 Reviewed-by: Dmitry Rokosov Link: https://lore.kernel.org/r/20230808164152.66748-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/msa311.c b/drivers/iio/accel/msa311.c index 6ddcc3c2f8409..b8ddbfd98f112 100644 --- a/drivers/iio/accel/msa311.c +++ b/drivers/iio/accel/msa311.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include