Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192071
b: refs/heads/master
c: 73e59b1
h: refs/heads/master
i:
  192069: 25d5cc5
  192067: 9225127
  192063: bf767ad
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Ben Dooks committed May 19, 2010
1 parent b7e39f3 commit 7c1875a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51ffd971edb2d5187007967c14712a8ed956c092
refs/heads/master: 73e59b1d6b69f5ae02e3be5e2b3259c46d8bb27a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/mach-h1940.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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] = {
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/plat-s3c24xx/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/regs-spi.h>

#include <mach/ts.h>
#include <plat/ts.h>

/* Serial port registrations */

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* linux/include/asm/arch-s3c2410/ts.h
/* arch/arm/plat-samsung/include/plat/ts.h
*
* Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/s3c2410_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

#include <plat/adc.h>
#include <plat/regs-adc.h>
#include <plat/ts.h>

#include <mach/regs-gpio.h>
#include <mach/ts.h>

#define TSC_SLEEP (S3C2410_ADCTSC_PULL_UP_DISABLE | S3C2410_ADCTSC_XY_PST(0))

Expand Down

0 comments on commit 7c1875a

Please sign in to comment.