mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
nvmem: remove unused field from struct nvmem_device
The node list_head in struct nvmem_device was added accidentally by
commit ec9c08a1cb ("nvmem: Create a header for internal sharing") and
is unused so remove it.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tested-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://patch.msgid.link/20260729094647.111468-2-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5533bb4bc5
commit
aa6eb6ceef
|
|
@ -10,7 +10,6 @@
|
|||
struct nvmem_device {
|
||||
struct module *owner;
|
||||
struct device dev;
|
||||
struct list_head node;
|
||||
int stride;
|
||||
int word_size;
|
||||
int id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user