diff options
| author | Guenter Roeck <[email protected]> | 2021-05-05 20:56:59 -0700 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2021-05-17 13:54:23 +0100 |
| commit | aff35afb0190bb02a0fe4bfa0a59a08f9bf538b4 (patch) | |
| tree | ff574210bbadfc2494ea953f7fd8ff68a56bc658 /tools/perf/scripts/python | |
| parent | 3a57abfaa5a67e94624625a6e020874dde883ece (diff) | |
iio:accel:stk8312: Remove acpi_device_id table
With CONFIG_ACPI=n, W=1 and -Werror, 0-day reports:
drivers/iio/accel/stk8312.c:644:36: error:
'stk8312_acpi_id' defined but not used
Apparently STK8312 is not a valid ACPI ID. Remove the ID table
as this is the only entry. If ACPI support is desired an explicit
of_device_id table should be added (rather than relying on the fallback
to the existing ID table).
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions