From: Andy Shevchenko Date: Tue, 8 Aug 2023 16:42:04 +0000 (+0300) Subject: iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b1209cf096358cfb9c538def71ff039fcb8631bd;p=linux.git iio: accel: kionix-kx022a: 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 Acked-by: Matti Vaittinen Link: https://lore.kernel.org/r/20230808164204.66818-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/kionix-kx022a.c b/drivers/iio/accel/kionix-kx022a.c index 4ea3c6718ed49..f164b09520c91 100644 --- a/drivers/iio/accel/kionix-kx022a.c +++ b/drivers/iio/accel/kionix-kx022a.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include