commit | 74910e15ab25f95f162bc4d4a634d029186543ce | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu May 21 00:19:14 2020 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jun 03 14:04:28 2020 +0200 |
tree | 93e90cfaccc5fedbf15238ca893c8c2bb3d9ab64 | |
parent | 76bbea9a24df1feaed1f731ea4481dec2e39c239 [diff] |
gpio: pca953x: Drop unneeded ACPI_PTR() ACPI_PTR() becomes a no-op when !CONFIG_ACPI. This is not needed since we always have ID table enabled. Moreover, in the mentioned case compiler will complain about defined but not used variable. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200520211916.25727-3-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>