]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: microchip-core-qspi: remove an unused define
authorConor Dooley <conor.dooley@microchip.com>
Tue, 28 Apr 2026 18:11:12 +0000 (19:11 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 29 Apr 2026 02:12:36 +0000 (11:12 +0900)
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>
drivers/spi/spi-microchip-core-qspi.c

index c8b053c7c857b9c1bf1571fcfb57de3f179bf43f..477a1bb390bb9a8110f368a47f8f2230dc779370 100644 (file)
@@ -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)