[PATCH 1/8] powerpc/cpm: Remove SPI defines and spi structs

2009-10-12 Thread Anton Vorontsov
When cpm2.h included into spi_mpc8xxx driver, the SPI defines in the header conflict with defines in the driver. We don't need them in the header file, so remove them. Plus remove "struct spi", we'll use a better version in the driver. Signed-off-by: Anton Vorontsov --- arch/powerpc/include/asm

Re: [PATCH 1/8] powerpc/cpm: Remove SPI defines and spi structs

2009-09-28 Thread Anton Vorontsov
On Fri, Aug 28, 2009 at 12:45:34AM -0500, Kumar Gala wrote: > > On Aug 18, 2009, at 5:04 PM, Anton Vorontsov wrote: > > >When cpm2.h included into spi_mpc8xxx driver, the SPI defines > >in the header conflict with defines in the driver. > > > >We don't need them in the header file, so remove them

Re: [PATCH 1/8] powerpc/cpm: Remove SPI defines and spi structs

2009-08-27 Thread Kumar Gala
On Aug 18, 2009, at 5:04 PM, Anton Vorontsov wrote: When cpm2.h included into spi_mpc8xxx driver, the SPI defines in the header conflict with defines in the driver. We don't need them in the header file, so remove them. Plus remove "struct spi", we'll use a better version in the driver. Signe

[PATCH 1/8] powerpc/cpm: Remove SPI defines and spi structs

2009-08-18 Thread Anton Vorontsov
When cpm2.h included into spi_mpc8xxx driver, the SPI defines in the header conflict with defines in the driver. We don't need them in the header file, so remove them. Plus remove "struct spi", we'll use a better version in the driver. Signed-off-by: Anton Vorontsov --- arch/powerpc/include/asm

[PATCH 1/8] powerpc/cpm: Remove SPI defines and spi structs

2009-08-14 Thread Anton Vorontsov
When cpm2.h included into spi_mpc8xxx driver, the SPI defines in the header conflict with defines in the driver. We don't need them in the header file, so remove them. Plus remove "struct spi", we'll use a better version in the driver. Signed-off-by: Anton Vorontsov --- arch/powerpc/include/asm