soc: sunxi: sram: Remove unused list 'claimed_sram'
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 4 May 2024 20:44:01 +0000 (21:44 +0100)
committerChen-Yu Tsai <wens@csie.org>
Tue, 28 May 2024 13:28:11 +0000 (21:28 +0800)
commita40cf069ac613c0f441b9a9f42b84aa65aada8f7
tree394102f8e850d1b3a115baab95b862865ef7ded5
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
soc: sunxi: sram: Remove unused list 'claimed_sram'

The list 'claimed_sram' seems unused, as far as I can tell it always
has been.
I think the 'list' member of sunxi_sram_data was intended to be
used when it was on that list.
Remove them.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240504204401.198913-1-linux@treblig.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/soc/sunxi/sunxi_sram.c