Searched hist:"41 bccb814285047c7f0da2435c8c3af1c2fd7c5b" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | omap3_spi.c | 41bccb814285047c7f0da2435c8c3af1c2fd7c5b Tue Mar 15 18:26:33 UTC 2016 Jagan Teki <jteki@openedev.com> spi: omap3: Fix multiple definition of 'priv'
Global definition of priv seems no-sense to use it for non-dm case and pass the pointer to functions which are common to both dm and non-dm.
So, fix this by removing omap3_spi_slave from non-dm and make visible to omap3_spi_priv for both dm and non-dm.
Cc: Christophe Ricard <christophe-h.ricard@st.com> Reported-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jteki@openedev.com>
|