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: proximity: sx_common: 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-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
a1256a0b 9ebe06f1

-2
-1
drivers/iio/proximity/sx9360.c
··· 7 7 * https://edit.wpgdadawant.com/uploads/news_file/program/2019/30184/tech_files/program_30184_suggest_other_file.pdf 8 8 */ 9 9 10 - #include <linux/acpi.h> 11 10 #include <linux/bits.h> 12 11 #include <linux/bitfield.h> 13 12 #include <linux/delay.h>
-1
drivers/iio/proximity/sx_common.h
··· 8 8 #ifndef IIO_SX_COMMON_H 9 9 #define IIO_SX_COMMON_H 10 10 11 - #include <linux/acpi.h> 12 11 #include <linux/iio/iio.h> 13 12 #include <linux/iio/types.h> 14 13 #include <linux/regulator/consumer.h>