From: David Brownell Date: Wed, 6 Feb 2008 09:38:13 +0000 (-0800) Subject: spi: s3c drivers shouldn't care about spi_board_info X-Git-Tag: v2.6.25-rc1~654 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b359fbc4582abf346fa6773b2bc1d63581fda582;p=pandora-kernel.git spi: s3c drivers shouldn't care about spi_board_info The two S3C SPI master drivers got merged without much review, so I just noticed that they're doing something that the SPI core code is responsible for, rather than any adapter driver: they try to register SPI devices. This removes that support from those drivers so they act normally. Interestingly, none of the current boards are affected. So it's a net code shrink with no loss of functionality. Signed-off-by: David Brownell Cc: Ben Dooks Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed