[PATCH 01/13] nvmem: bsec: remove unused, left-over, struct member
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Jun 18 20:45:04 PDT 2021
With the move to the nvmem_regmap_register, the config member in the
bsec driver became unused. Drop it.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/nvmem/bsec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvmem/bsec.c b/drivers/nvmem/bsec.c
index 509a5fa872f7..d9b38c8414fb 100644
--- a/drivers/nvmem/bsec.c
+++ b/drivers/nvmem/bsec.c
@@ -23,7 +23,6 @@
struct bsec_priv {
u32 svc_id;
struct regmap_config map_config;
- struct nvmem_config config;
};
struct stm32_bsec_data {
--
2.29.2
More information about the barebox
mailing list