1
linux/drivers/iio/potentiometer
Jonathan Cameron 3c35281c8e iio: potentiometer: max5487: Drop ACPI_PTR() usage
Avoiding unused variable warnings when using this macro adds
complexity that in simple cases like this one is not justified
for the small saving in data.

Switch include from acpi.h to mod_devicetable.h which includes the
definition of struct acpi_device_id.

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20231231183514.566609-21-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-01-23 22:06:55 +00:00
..
ad5110.c iio: potentiometer: ad5110: Use i2c_get_match_data() 2023-09-12 10:42:03 +01:00
ad5272.c
ds1803.c iio: potentiometer: ds1803: Convert enum->pointer for data in the ID table 2023-09-12 10:42:03 +01:00
Kconfig
Makefile
max5432.c
max5481.c
max5487.c iio: potentiometer: max5487: Drop ACPI_PTR() usage 2024-01-23 22:06:55 +00:00
mcp4018.c
mcp4131.c
mcp4531.c
mcp41010.c
tpl0102.c
x9250.c