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

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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>
Link: https://lore.kernel.org/r/20230808164152.66748-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
de39695d b1209cf0

+1 -1
+1 -1
drivers/iio/accel/msa311.c
··· 33 33 #include <linux/pm.h> 34 34 #include <linux/pm_runtime.h> 35 35 #include <linux/regmap.h> 36 - #include <linux/string_helpers.h> 36 + #include <linux/string_choices.h> 37 37 #include <linux/units.h> 38 38 39 39 #include <linux/iio/buffer.h>