mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
spi: atmel: Drop unused defines
These defines are leftovers from previous versions of the blamed commit,
they are simply unused so drop them.
Fixes: e0205d6203 ("spi: atmel: Prevent false timeouts on long transfers")
Reported-by: Ronald Wahl <ronald.wahl@raritan.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20231127095842.389631-2-miquel.raynal@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
1ca2761a77
commit
49d8575ca6
@@ -233,9 +233,6 @@
|
||||
*/
|
||||
#define DMA_MIN_BYTES 16
|
||||
|
||||
#define SPI_DMA_MIN_TIMEOUT (msecs_to_jiffies(1000))
|
||||
#define SPI_DMA_TIMEOUT_PER_10K (msecs_to_jiffies(4))
|
||||
|
||||
#define AUTOSUSPEND_TIMEOUT 2000
|
||||
|
||||
struct atmel_spi_caps {
|
||||
|
||||
Reference in New Issue
Block a user