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: imu: fxos8700: Drop unused acpi.h

There are drivers that do not need acpi.h, drop unused inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20240903212922.3731221-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
b71e9e12 4f3333a6

-1
-1
drivers/iio/imu/fxos8700_core.c
··· 8 8 */ 9 9 #include <linux/module.h> 10 10 #include <linux/regmap.h> 11 - #include <linux/acpi.h> 12 11 #include <linux/bitops.h> 13 12 #include <linux/bitfield.h> 14 13