diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-01-31 06:06:07 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-31 06:06:27 -0500 |
commit | f35ef7cab2db0a8b577bef59122b59220efdac44 (patch) | |
tree | 0e15507c053b78f7a9fa1bb2d891fb428d1e93f1 /arch/arm/mach-s3c2440 | |
parent | 0f78b2443a654afad7c5efdf0157c80747078682 (diff) |
ARM: S3C24XX: move spi-s3c24xx platdata out of mach
spi.h now only contains the definition of the platform data structure
for the driver in spi-s3c24xx.c . Therefore it does not need to stay
in include/mach but can instead live in linux/spi/s3c24xx.h .
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index 5859e609d28c..cf270f51d149 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/platform_device.h> | 38 | #include <linux/platform_device.h> |
39 | #include <linux/serial_core.h> | 39 | #include <linux/serial_core.h> |
40 | #include <linux/spi/spi.h> | 40 | #include <linux/spi/spi.h> |
41 | #include <linux/spi/s3c24xx.h> | ||
41 | 42 | ||
42 | #include <linux/mmc/host.h> | 43 | #include <linux/mmc/host.h> |
43 | 44 | ||
@@ -73,7 +74,6 @@ | |||
73 | #include <mach/regs-gpioj.h> | 74 | #include <mach/regs-gpioj.h> |
74 | #include <mach/fb.h> | 75 | #include <mach/fb.h> |
75 | 76 | ||
76 | #include <mach/spi.h> | ||
77 | #include <plat/usb-control.h> | 77 | #include <plat/usb-control.h> |
78 | #include <mach/regs-mem.h> | 78 | #include <mach/regs-mem.h> |
79 | #include <mach/hardware.h> | 79 | #include <mach/hardware.h> |