spi/devicetree: Move devicetree support code into spi directory
authorGrant Likely <grant.likely@secretlab.ca>
Sat, 7 Apr 2012 20:16:53 +0000 (14:16 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 13 Apr 2012 16:21:39 +0000 (10:21 -0600)
commitd57a4282d04810417c4ed2a49cbbeda8b3569b18
tree40fbd959e4a72c7c2635f8488bbd43d0ff353b80
parent8ebb35fd7ad07ab9a88a35eedd4f89a1e2a8fa55
spi/devicetree: Move devicetree support code into spi directory

The SPI device tree support code isn't shared by any other subsystem.  It can
be moved into the core drivers/spi directory and the exported symbol can be
removed.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/of_spi.c [deleted file]
drivers/spi/spi-fsl-espi.c
drivers/spi/spi-fsl-lib.c
drivers/spi/spi-ppc4xx.c
drivers/spi/spi.c
include/linux/of_spi.h [deleted file]