X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmach-s5p6442%2Fsetup-i2c0.c;h=aad85656b0ccc6256bc3eb823c212982bd99d345;hb=404cbbd52f10d1d5719ad82ce8ba903890779255;hp=662695dd7761bea83c5bd5b7e91f3b38eb337878;hpb=c5617b200ac52e35f7e8cf05a17b0a2d50f6b3e9;p=pandora-kernel.git diff --git a/arch/arm/mach-s5p6442/setup-i2c0.c b/arch/arm/mach-s5p6442/setup-i2c0.c index 662695dd7761..aad85656b0cc 100644 --- a/arch/arm/mach-s5p6442/setup-i2c0.c +++ b/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); }