diff options
| author | Grant Likely <[email protected]> | 2012-04-07 20:16:53 +0000 |
|---|---|---|
| committer | Grant Likely <[email protected]> | 2012-04-13 16:21:39 +0000 |
| commit | d57a4282d04810417c4ed2a49cbbeda8b3569b18 (patch) | |
| tree | 40fbd959e4a72c7c2635f8488bbd43d0ff353b80 /drivers/spi/spi-fsl-lib.c | |
| parent | spi: use module_pci_driver (diff) | |
| download | kernel-d57a4282d04810417c4ed2a49cbbeda8b3569b18.tar.gz kernel-d57a4282d04810417c4ed2a49cbbeda8b3569b18.zip | |
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 <[email protected]>
Cc: Rob Herring <[email protected]>
Diffstat (limited to 'drivers/spi/spi-fsl-lib.c')
| -rw-r--r-- | drivers/spi/spi-fsl-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-lib.c b/drivers/spi/spi-fsl-lib.c index 2674fad7f68a..1503574b215a 100644 --- a/drivers/spi/spi-fsl-lib.c +++ b/drivers/spi/spi-fsl-lib.c @@ -22,7 +22,7 @@ #include <linux/dma-mapping.h> #include <linux/mm.h> #include <linux/of_platform.h> -#include <linux/of_spi.h> +#include <linux/spi/spi.h> #include <sysdev/fsl_soc.h> #include "spi-fsl-lib.h" |
