summaryrefslogtreecommitdiff
path: root/drivers/iio/common/st_sensors
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-12-16 20:38:50 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-29 18:20:05 +0300
commitbe4ac8321ff2c0085573500ce819e80cfa38d770 (patch)
treefce34f86598c02cd3346b73fb9ae00a8d3e2d12a /drivers/iio/common/st_sensors
parent2e8bd34a16f833c6e4d2fd725bac2cdb8faf61fc (diff)
downloadlinux-be4ac8321ff2c0085573500ce819e80cfa38d770.tar.xz
iio: pressure: st_press: Mark default_press_pdata with __maybe_unused
Since we put static variable to a header file it's copied to each module that includes the header. But not all of them are actually used it. Mark default_press_pdata with __maybe_unused to calm a compiler down: In file included from drivers/iio/pressure/st_pressure_spi.c:18: drivers/iio/pressure/st_pressure.h:40:46: warning: ‘default_press_pdata’ defined but not used [-Wunused-const-variable=] 40 | static const struct st_sensors_platform_data default_press_pdata = { | ^~~~~~~~~~~~~~~~~~~ ... Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/common/st_sensors')
0 files changed, 0 insertions, 0 deletions