Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <andriy.shevchenko@linux.intel.com>
Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/20230808164204.66818-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
b1209cf0 4eaf9286

+1 -1
+1 -1
drivers/iio/accel/kionix-kx022a.c
··· 15 15 #include <linux/regmap.h> 16 16 #include <linux/regulator/consumer.h> 17 17 #include <linux/slab.h> 18 - #include <linux/string_helpers.h> 18 + #include <linux/string_choices.h> 19 19 #include <linux/units.h> 20 20 21 21 #include <linux/iio/iio.h>