powerpc/cpm: Remove SPI defines and spi structs
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Mon, 12 Oct 2009 16:49:13 +0000 (20:49 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 12 Nov 2009 03:43:17 +0000 (21:43 -0600)
commit644b2a680ccc51a9ec4d6beb12e9d47d2dee98e2
tree8ec1af14d56125eb68b3b1d468e15b918b45a858
parent52dffd7fbf3d7e29fccfd4896a812d358177dc58
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>
arch/powerpc/include/asm/cpm1.h
arch/powerpc/include/asm/cpm2.h