[PATCH 1/7] nvmem: remove unused field from struct nvmem_device

Bartosz Golaszewski posted 7 patches 3 weeks, 2 days ago
[PATCH 1/7] nvmem: remove unused field from struct nvmem_device
Posted by Bartosz Golaszewski 3 weeks, 2 days ago
The node list_head in struct nvmem_device is unused. Drop it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
 drivers/nvmem/internals.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nvmem/internals.h b/drivers/nvmem/internals.h
index 18fed57270e5e3391cf24d5e49836121a53a8cd6..7cbc55f40259fc4315c41979ad8bf75c36bcb056 100644
--- a/drivers/nvmem/internals.h
+++ b/drivers/nvmem/internals.h
@@ -10,7 +10,6 @@
 struct nvmem_device {
 	struct module		*owner;
 	struct device		dev;
-	struct list_head	node;
 	int			stride;
 	int			word_size;
 	int			id;

-- 
2.47.3