mpc8xxx_spi_probe_info
struct mpc8xxx_spi_probe_info *pinfo;
struct mpc8xxx_spi_probe_info *to_of_pinfo(struct fsl_spi_platform_data *pdata)
return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata);
extern struct mpc8xxx_spi_probe_info *to_of_pinfo(
struct mpc8xxx_spi_probe_info *pinfo = to_of_pinfo(pdata);
struct mpc8xxx_spi_probe_info *pinfo = NULL;