Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313117
b: refs/heads/master
c: 1eea9f1
h: refs/heads/master
i:
  313115: c5df402
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Kukjin Kim committed Jul 13, 2012
1 parent b2201f0 commit 5ec4aea
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 949117356e84ef0922a99e56343894ca2ddaea83
refs/heads/master: 1eea9f12029d8af8a89ef84b8e60212c6d4f31df
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-s3c24xx/setup-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
struct platform_device; /* don't need the contents */

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

/**
* s3c24xx_ts_cfg_gpio - configure gpio for s3c2410 systems
Expand All @@ -27,8 +26,5 @@ struct platform_device; /* don't need the contents */
*/
void s3c24xx_ts_cfg_gpio(struct platform_device *dev)
{
s3c2410_gpio_cfgpin(S3C2410_GPG(12), S3C2410_GPG12_XMON);
s3c2410_gpio_cfgpin(S3C2410_GPG(13), S3C2410_GPG13_nXPON);
s3c2410_gpio_cfgpin(S3C2410_GPG(14), S3C2410_GPG14_YMON);
s3c2410_gpio_cfgpin(S3C2410_GPG(15), S3C2410_GPG15_nYPON);
s3c_gpio_cfgpin_range(S3C2410_GPG(12), 4, S3C_GPIO_SFN(3));
}

0 comments on commit 5ec4aea

Please sign in to comment.