diff options
Diffstat (limited to 'drivers/spi/spi-fsl-lib.h')
| -rw-r--r-- | drivers/spi/spi-fsl-lib.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/spi/spi-fsl-lib.h b/drivers/spi/spi-fsl-lib.h index 1326a392adca..84f5dcb7a897 100644 --- a/drivers/spi/spi-fsl-lib.h +++ b/drivers/spi/spi-fsl-lib.h @@ -54,9 +54,6 @@ struct mpc8xxx_spi {  	void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *);  	u32(*get_tx) (struct mpc8xxx_spi *); -	/* hooks for different controller driver */ -	void (*spi_remove) (struct mpc8xxx_spi *mspi); -  	unsigned int count;  	unsigned int irq;  |