Commit 2a5c37ca authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'spi/topic/fsl' into spi-next

parents 385daaf0 d0864323
...@@ -61,7 +61,7 @@ struct mpc8xxx_spi_probe_info *to_of_pinfo(struct fsl_spi_platform_data *pdata) ...@@ -61,7 +61,7 @@ struct mpc8xxx_spi_probe_info *to_of_pinfo(struct fsl_spi_platform_data *pdata)
return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata); return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata);
} }
void mpc8xxx_spi_work(struct work_struct *work) static void mpc8xxx_spi_work(struct work_struct *work)
{ {
struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi, struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi,
work); work);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment