powerpc/5200: Bring the legacy fsl_spi_platform_data hooks back
[safe/jmp/linux-2.6] / include / linux / fsl_devices.h
index f2a78b5..0cde180 100644 (file)
@@ -83,6 +83,10 @@ struct fsl_spi_platform_data {
        u16     max_chipselect;
        void    (*cs_control)(struct spi_device *spi, bool on);
        u32     sysclk;
+
+       /* Legacy hooks, used by mpc52xx_psc_spi driver. */
+       void    (*activate_cs)(u8 cs, u8 polarity);
+       void    (*deactivate_cs)(u8 cs, u8 polarity);
 };
 
 struct mpc8xx_pcmcia_ops {