[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1308794413-11069-5-git-send-email-dirk.brandewie@gmail.com>
Date: Wed, 22 Jun 2011 19:00:06 -0700
From: dirk.brandewie@...il.com
To: linux-kernel@...r.kernel.org,
spi-devel-general@...ts.sourceforge.net
Cc: Dirk Brandewie <dirk.brandewie@...il.com>
Subject: [PATCH 04/11] spi-dw: remove unused definition
From: Dirk Brandewie <dirk.brandewie@...il.com>
Remove unused #define
Signed-off-by: Dirk Brandewie <dirk.brandewie@...il.com>
---
drivers/spi/spi-dw.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h
index 0148356..6a1ee63 100644
--- a/drivers/spi/spi-dw.h
+++ b/drivers/spi/spi-dw.h
@@ -47,9 +47,6 @@
#define SPI_INT_RXFI (1 << 4)
#define SPI_INT_MSTI (1 << 5)
-/* TX RX interrupt level threshold, max can be 256 */
-#define SPI_INT_THRESHOLD 32
-
struct spi_dw_reg {
u32 ctrl0;
u32 ctrl1;
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists