diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-08-16 14:59:49 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-08-16 21:20:55 +0200 |
commit | 603607e70e3626e6ceb3ddec86e2a060c6cd6191 (patch) | |
tree | 0b72b48685cbc53f1391039212ef860acd8ab400 /tools | |
parent | dabe57c3a32d763b4b096915f8488dd9100c37e9 (diff) | |
download | linux-603607e70e3626e6ceb3ddec86e2a060c6cd6191.tar.bz2 |
gpio: mlxbf2: Drop wrong use of ACPI_PTR()
ACPI_PTR() is more harmful than helpful. For example, in this case
if CONFIG_ACPI=n, the ID table left unused which is not what we want.
Instead of adding ifdeffery here and there, drop ACPI_PTR() and
replace acpi.h with mod_devicetable.h.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Asmaa Mnehi <asmaa@nvidia.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions