diff options
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/pxa2xx_spi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index ed212c2583ab..81cfbbc58e94 100644 --- a/drivers/spi/pxa2xx_spi.c +++ b/drivers/spi/pxa2xx_spi.c | |||
@@ -43,8 +43,6 @@ MODULE_ALIAS("platform:pxa2xx-spi"); | |||
43 | 43 | ||
44 | #define MAX_BUSES 3 | 44 | #define MAX_BUSES 3 |
45 | 45 | ||
46 | #define RX_THRESH_DFLT 8 | ||
47 | #define TX_THRESH_DFLT 8 | ||
48 | #define TIMOUT_DFLT 1000 | 46 | #define TIMOUT_DFLT 1000 |
49 | 47 | ||
50 | #define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) | 48 | #define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) |