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)
commitf0e4057e97c1af9a55052f5fb024d69cf961ccf2
treeba295881ed2f081dc59a66ebfb042689f7a2efff
parentaff35afb0190bb02a0fe4bfa0a59a08f9bf538b4
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