[PATCH 02/15] mmc: bcm2835: Remove CMD_DALLY_US

Stefan Wahren stefan.wahren at i2se.com
Tue Feb 7 12:45:41 PST 2017


Since this define doesn't seem belong to the register documentation
and it's unused we should remove it.

Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
 drivers/mmc/host/bcm2835.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c
index 12eeb70..7b935d6 100644
--- a/drivers/mmc/host/bcm2835.c
+++ b/drivers/mmc/host/bcm2835.c
@@ -149,7 +149,6 @@
 #define FIFO_READ_THRESHOLD	4
 #define FIFO_WRITE_THRESHOLD	4
 #define SDDATA_FIFO_PIO_BURST	8
-#define CMD_DALLY_US		1
 
 struct bcm2835_host {
 	spinlock_t		lock;
-- 
1.7.9.5




More information about the linux-rpi-kernel mailing list