Re: [PATCH 1/3] powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)

2010-07-11 Thread Kumar Gala
On Jul 8, 2010, at 12:16 PM, Anton Vorontsov wrote: > spi_t was removed in commit 644b2a680ccc51a9ec4d6beb12e9d47d2dee98e2 > ("powerpc/cpm: Remove SPI defines and spi structs"), the commit assumed > that spi_t isn't used anywhere outside of the spi_mpc8xxx driver. But > it appears that the struct

[PATCH 1/3] powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)

2010-07-08 Thread Anton Vorontsov
spi_t was removed in commit 644b2a680ccc51a9ec4d6beb12e9d47d2dee98e2 ("powerpc/cpm: Remove SPI defines and spi structs"), the commit assumed that spi_t isn't used anywhere outside of the spi_mpc8xxx driver. But it appears that the struct is needed for micropatch code. So, let's reintroduce the stru