summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2026-04-28 19:11:12 +0100
committerMark Brown <broonie@kernel.org>2026-04-29 11:12:36 +0900
commit9c69bc6057a20642ee7db258b13f536c2e3214a2 (patch)
tree9b1982de95551216078d58ad752a7f4968bdb658
parent4cf8806a637e98c9d83f4254f56e922e9a8714fd (diff)
downloadlinux-9c69bc6057a20642ee7db258b13f536c2e3214a2.tar.gz
linux-9c69bc6057a20642ee7db258b13f536c2e3214a2.zip
spi: microchip-core-qspi: remove an unused define
I noticed this define was incorrect, it should be UpperAddress, but in renaming it it became clear there were actually no users. Just get rid of it. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260428-viability-crepe-4e4c85e7c506@spud Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/spi-microchip-core-qspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-microchip-core-qspi.c b/drivers/spi/spi-microchip-core-qspi.c
index c8b053c7c857..477a1bb390bb 100644
--- a/drivers/spi/spi-microchip-core-qspi.c
+++ b/drivers/spi/spi-microchip-core-qspi.c
@@ -92,7 +92,6 @@
#define REG_IEN (0x0c)
#define REG_STATUS (0x10)
#define REG_DIRECT_ACCESS (0x14)
-#define REG_UPPER_ACCESS (0x18)
#define REG_RX_DATA (0x40)
#define REG_TX_DATA (0x44)
#define REG_X4_RX_DATA (0x48)