]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7881c1d49e04f70d650d41d95ac5bbbf2cab892
tree8ec1af14d56125eb68b3b1d468e15b918b45a858
parentb8d9d845657dcc6ba7637bf75748065553d7197a
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