From: Grant Likely Date: Mon, 28 Feb 2011 19:47:12 +0000 (-0700) Subject: spi/dw_spi: move dw_spi.h into drivers/spi X-Git-Tag: v2.6.39-rc1~417^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568a60eda2e90a11bb3d7f8ef3f6800e9b60d4e5;p=pandora-kernel.git spi/dw_spi: move dw_spi.h into drivers/spi include/linux/dw_spi.h only includes driver internal data. It doesn't expose a platform_data configuration structure or similar (at least nothing in-tree). This patch moves the header into drivers/spi so that the scope is limited to only the dw_spi_*.c driver files Signed-off-by: Grant Likely Cc: Feng Tang Cc: spi-devel-general@lists.sourceforge.net --- Reading git-diff-tree failed