diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-04 11:12:41 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 09:25:07 (GMT) |
commit | 73e59b1d6b69f5ae02e3be5e2b3259c46d8bb27a (patch) | |
tree | 87bb82e794e3704eb7039cbea7df8da7097ce906 /arch/arm/mach-s3c2410/mach-h1940.c | |
parent | 51ffd971edb2d5187007967c14712a8ed956c092 (diff) | |
download | linux-73e59b1d6b69f5ae02e3be5e2b3259c46d8bb27a.tar.xz |
ARM: SAMSUNG: Move mach/ts.h to plat/ts.h
This moves mach-s3c2410/include/mach/ts.h to plat-samsung/include/plat/ts.h in
order to prepare for s3c64xx support in the touchscreen driver.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-h1940.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-h1940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index d2a2fad..b1f7dbb 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c @@ -46,7 +46,6 @@ #include <mach/h1940.h> #include <mach/h1940-latch.h> #include <mach/fb.h> -#include <mach/ts.h> #include <plat/udc.h> #include <plat/iic.h> @@ -57,6 +56,7 @@ #include <plat/pll.h> #include <plat/pm.h> #include <plat/mci.h> +#include <plat/ts.h> static struct map_desc h1940_iodesc[] __initdata = { [0] = { |