Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Related: b17c074a18 Log: Error: sensors/ms56xx_uorb.c:145:20: error: initialization of 'int (*)(struct sensor_lowerhalf_s *, struct file *, uint32_t *)' {aka 'int (*)(struct sensor_lowerhalf_s *, struct file *, unsigned int *)'} from incompatible pointer type 'int (*)(struct sensor_lowerhalf_s *, struct file *, long unsigned int *)' [-Werror=incompatible-pointer-types] 145 | .set_interval = ms56xx_set_interval, | ^~~~~~~~~~~~~~~~~~~ sensors/ms56xx_uorb.c:145:20: note: (near initialization for 'g_sensor_ops.set_interval') cc1: all warnings being treated as errors Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
b17c074a18
Use the macro CONFIG_SENSORS_BMP180_UORB to enable the uorb feature. Signed-off-by: likun17 <likun17@xiaomi.com>