Re: [PATCH v2 1/7] nvmem: remove unused field from struct nvmem_device
From: Johan Hovold
Date: Mon Mar 23 2026 - 12:31:52 EST
On Mon, Feb 23, 2026 at 11:57:02AM +0100, Bartosz Golaszewski wrote:
> The node list_head in struct nvmem_device is unused. Drop it.
I'd expect a comment here saying something about why it's no longer
used (and since when).
Looking at git blame it seems this was mistakenly added by commit
ec9c08a1cb8d ("nvmem: Create a header for internal sharing") which was
just supposed to move the struct to a new header.
Johan