commit | 644b2a680ccc51a9ec4d6beb12e9d47d2dee98e2 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 20:49:13 2009 +0400 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 11 21:43:17 2009 -0600 |
tree | 8ec1af14d56125eb68b3b1d468e15b918b45a858 | |
parent | 52dffd7fbf3d7e29fccfd4896a812d358177dc58 [diff] |
powerpc/cpm: Remove SPI defines and spi structs 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 <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>