Commit 49d8575c authored by Miquel Raynal's avatar Miquel Raynal Committed by Mark Brown

spi: atmel: Drop unused defines

These defines are leftovers from previous versions of the blamed commit,
they are simply unused so drop them.

Fixes: e0205d62 ("spi: atmel: Prevent false timeouts on long transfers")
Reported-by: default avatarRonald Wahl <ronald.wahl@raritan.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20231127095842.389631-2-miquel.raynal@bootlin.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1ca2761a
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment