OSDN Git Service

iio: magnetometer: Only declare ACPI table when ACPI is enable
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 27 Jun 2017 00:25:33 +0000 (17:25 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sun, 2 Jul 2017 09:24:54 +0000 (10:24 +0100)
commit2aac3388f1682d6208f6759c338a7efa37b0deca
tree33de537d62850da75655858d772ecaced6645113
parent893bd0ebfa285bc869ae43484567758fce2f3204
iio: magnetometer: Only declare ACPI table when ACPI is enable

Don't inflate the kernel size with data that isn't used. The conditional
declaration also fixes the following warning when building with clang:

drivers/iio/magnetometer/ak8975.c:704:36: error: variable 'ak_acpi_match'
  is not needed and will not be emitted
  [-Werror,-Wunneeded-internal-declaration]

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/magnetometer/ak8975.c