diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi_mpc8xxx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/spi/spi_mpc8xxx.c b/drivers/spi/spi_mpc8xxx.c index 394b6581e17f..930135dc73ba 100644 --- a/drivers/spi/spi_mpc8xxx.c +++ b/drivers/spi/spi_mpc8xxx.c | |||
@@ -163,11 +163,6 @@ struct mpc8xxx_spi { | |||
163 | u32 tx_shift; /* TX data reg shift when in qe mode */ | 163 | u32 tx_shift; /* TX data reg shift when in qe mode */ |
164 | 164 | ||
165 | unsigned int flags; | 165 | unsigned int flags; |
166 | #define SPI_QE_CPU_MODE (1 << 0) /* QE CPU ("PIO") mode */ | ||
167 | #define SPI_CPM_MODE (1 << 1) /* CPM/QE ("DMA") mode */ | ||
168 | #define SPI_CPM1 (1 << 2) /* SPI unit is in CPM1 block */ | ||
169 | #define SPI_CPM2 (1 << 3) /* SPI unit is in CPM2 block */ | ||
170 | #define SPI_QE (1 << 4) /* SPI unit is in QE block */ | ||
171 | 166 | ||
172 | struct workqueue_struct *workqueue; | 167 | struct workqueue_struct *workqueue; |
173 | struct work_struct work; | 168 | struct work_struct work; |