mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 17:35:51 +00:00
'fxas21002c_reg_fields' is only used in '*core*', meaning that '*i2c*'
and '*spi*' complain of a defined but not used const variable. Let's
move it into the source file.
Fixes the following W=1 kernel build warning(s):
In file included from drivers/iio/gyro/fxas21002c_i2c.c:14:
drivers/iio/gyro/fxas21002c.h:79:31: warning: ‘fxas21002c_reg_fields’ defined but not used [-Wunused-const-variable=]
79 | static const struct reg_field fxas21002c_reg_fields[] = {
| ^~~~~~~~~~~~~~~~~~~~~
In file included from drivers/iio/gyro/fxas21002c_spi.c:14:
drivers/iio/gyro/fxas21002c.h:79:31: warning: ‘fxas21002c_reg_fields’ defined but not used [-Wunused-const-variable=]
79 | static const struct reg_field fxas21002c_reg_fields[] = {
| ^~~~~~~~~~~~~~~~~~~~~
Cc: Rui Miguel Silva <rmfrfs@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
||
|---|---|---|
| .. | ||
| adis16080.c | ||
| adis16130.c | ||
| adis16136.c | ||
| adis16260.c | ||
| adxrs450.c | ||
| bmg160_core.c | ||
| bmg160_i2c.c | ||
| bmg160_spi.c | ||
| bmg160.h | ||
| fxas21002c_core.c | ||
| fxas21002c_i2c.c | ||
| fxas21002c_spi.c | ||
| fxas21002c.h | ||
| hid-sensor-gyro-3d.c | ||
| itg3200_buffer.c | ||
| itg3200_core.c | ||
| Kconfig | ||
| Makefile | ||
| mpu3050-core.c | ||
| mpu3050-i2c.c | ||
| mpu3050.h | ||
| ssp_gyro_sensor.c | ||
| st_gyro_buffer.c | ||
| st_gyro_core.c | ||
| st_gyro_i2c.c | ||
| st_gyro_spi.c | ||
| st_gyro.h | ||