aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-fsl-lib.h')
-rw-r--r--drivers/spi/spi-fsl-lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/spi/spi-fsl-lib.h b/drivers/spi/spi-fsl-lib.h
index d785595c206e..eae54b666907 100644
--- a/drivers/spi/spi-fsl-lib.h
+++ b/drivers/spi/spi-fsl-lib.h
@@ -69,6 +69,11 @@ struct mpc8xxx_spi {
69 69
70 unsigned int flags; 70 unsigned int flags;
71 71
72#ifdef CONFIG_SPI_FSL_SPI
73 void (*set_shifts)(u32 *rx_shift, u32 *tx_shift,
74 int bits_per_word, int msb_first);
75#endif
76
72 struct workqueue_struct *workqueue; 77 struct workqueue_struct *workqueue;
73 struct work_struct work; 78 struct work_struct work;
74 79