forked from Minki/linux
spi: amd: Drop io_base_addr member from struct amd_spi
The io_base_addr member of struct amd_spi is not referenced anywhere in the driver implementation and there is no indication that it could be used in the future, hence drop it. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20220706100626.1234731-5-cristian.ciocaltea@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
deef4da8be
commit
1e71ffee97
@ -47,7 +47,6 @@ enum amd_spi_versions {
|
||||
|
||||
struct amd_spi {
|
||||
void __iomem *io_remap_addr;
|
||||
unsigned long io_base_addr;
|
||||
enum amd_spi_versions version;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user