chemical: bme680: Convert to static the const lookup table
authorVasileios Amoiridis <vassilisamir@gmail.com>
Thu, 25 Jul 2024 23:18:18 +0000 (01:18 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 09:13:44 +0000 (10:13 +0100)
commitcc18b7fe70482df79fbbd99a8abc52247493529a
tree112622ea6b2cedff2de03427dcd9afe6cdf66ca3
parent8cfb75d78af303b3c4370f1a5ac10d5562caa4e6
chemical: bme680: Convert to static the const lookup table

By converting it to static, we ensure that this will be placed by the
compiler in the read-only area.

Signed-off-by: Vasileios Amoiridis <vassilisamir@gmail.com>
Link: https://patch.msgid.link/20240725231818.615530-1-vassilisamir@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/bme680_core.c