]> git.baikalelectronics.ru Git - kernel.git/commit
iio: bme680_spi: Remove acpi_device_id table
authorGuenter Roeck <linux@roeck-us.net>
Thu, 6 May 2021 13:31:45 +0000 (06:31 -0700)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 May 2021 12:54:23 +0000 (13:54 +0100)
commit58a631927d571d6a891ebf0a505095399e057136
treeba295881ed2f081dc59a66ebfb042689f7a2efff
parent8a91f21e9386df26b48bf18c6c4318c9ef352077
iio: bme680_spi: Remove acpi_device_id table

BME0680 is not an official ACPI ID, so let's remove it before someone
starts using it.

Note that ACPI can still be used with this driver via the PRP0001 method
which will use the of_device_id table to match.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/bme680_spi.c