summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_s3c64xx.c
diff options
context:
space:
mode:
authorJassi Brar2010-01-20 21:49:45 +0100
committerGrant Likely2010-01-20 21:49:45 +0100
commite6b873c9666015484a01373a4eebc6cfa82e670d (patch)
treee89938e3088143c5b5c69d1be6e0f5d904ab60b0 /drivers/spi/spi_s3c64xx.c
parentspi/s3c64xx: Check before mem-region release (diff)
downloadkernel-qcow2-linux-e6b873c9666015484a01373a4eebc6cfa82e670d.tar.gz
kernel-qcow2-linux-e6b873c9666015484a01373a4eebc6cfa82e670d.tar.xz
kernel-qcow2-linux-e6b873c9666015484a01373a4eebc6cfa82e670d.zip
spi/s3c64xx: Include moved header
Header for platform specific stuff has been rename to include the SoC type. Include the new header instead. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/spi_s3c64xx.c')
-rw-r--r--drivers/spi/spi_s3c64xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_s3c64xx.c b/drivers/spi/spi_s3c64xx.c
index 0e883f9c720b..9fa0b99e1607 100644
--- a/drivers/spi/spi_s3c64xx.c
+++ b/drivers/spi/spi_s3c64xx.c
@@ -28,7 +28,7 @@
#include <linux/spi/spi.h>
#include <mach/dma.h>
-#include <plat/spi.h>
+#include <plat/s3c64xx-spi.h>
/* Registers and bit-fields */