aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-12-16 19:38:47 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-29 15:20:04 +0000
commit40ca77d57f0163d3bd2ae826613a69039be0d052 (patch)
tree844824440c3f7a820cb70d2d53cc0c75caa57e92 /drivers/iio
parentiio: accel: st_accel: Drop unnecessary #else branch for ACPI (diff)
downloadlinux-dev-40ca77d57f0163d3bd2ae826613a69039be0d052.tar.xz
linux-dev-40ca77d57f0163d3bd2ae826613a69039be0d052.zip
iio: pressure: st_press: Drop unnecessary #else branch for ACPI
ACPI_PTR() takes care of the argument in case of !CONFIG_ACPI. Remove unnecessary #else branch. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/pressure/st_pressure_i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iio/pressure/st_pressure_i2c.c b/drivers/iio/pressure/st_pressure_i2c.c
index 71d2ed6b4948..6203bc9d5c2d 100644
--- a/drivers/iio/pressure/st_pressure_i2c.c
+++ b/drivers/iio/pressure/st_pressure_i2c.c
@@ -61,8 +61,6 @@ static const struct acpi_device_id st_press_acpi_match[] = {
{ },
};
MODULE_DEVICE_TABLE(acpi, st_press_acpi_match);
-#else
-#define st_press_acpi_match NULL
#endif
static const struct i2c_device_id st_press_id_table[] = {