From: Anton Vorontsov Date: Mon, 12 Oct 2009 16:49:13 +0000 (+0400) Subject: powerpc/cpm: Remove SPI defines and spi structs X-Git-Tag: v2.6.33-rc1~293^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644b2a680ccc51a9ec4d6beb12e9d47d2dee98e2;p=pandora-kernel.git 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 Signed-off-by: Kumar Gala --- Reading git-diff-tree failed