From 8b100d6d648a32bc30e78a362a78ee817277f354 Mon Sep 17 00:00:00 2001 From: Jassi Brar Date: Tue, 21 Dec 2010 09:44:28 +0900 Subject: [PATCH] --- yaml --- r: 231393 b: refs/heads/master c: 85e0dbf94eb369882d5ad768e3687a4af6f36dbe h: refs/heads/master i: 231391: 75bb7f1ae0126853766e1ea85843f5f266ed8f78 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s5p6442/setup-i2c0.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 904916206ad1..d49cf9770bbb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce8aceae842bceaa4d74a9122208576e5a00c9a3 +refs/heads/master: 85e0dbf94eb369882d5ad768e3687a4af6f36dbe diff --git a/trunk/arch/arm/mach-s5p6442/setup-i2c0.c b/trunk/arch/arm/mach-s5p6442/setup-i2c0.c index 662695dd7761..aad85656b0cc 100644 --- a/trunk/arch/arm/mach-s5p6442/setup-i2c0.c +++ b/trunk/arch/arm/mach-s5p6442/setup-i2c0.c @@ -14,12 +14,15 @@ #include #include +#include struct platform_device; /* don't need the contents */ +#include #include void s3c_i2c0_cfg_gpio(struct platform_device *dev) { - /* Will be populated later */ + s3c_gpio_cfgall_range(S5P6442_GPD1(0), 2, + S3C_GPIO_SFN(2), S3C_GPIO_PULL_UP); }