]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/s3c24x0_i2c.c
* Avoid flicker on the TRAB's VFD by synchronizing the enable with
[karo-tx-uboot.git] / drivers / s3c24x0_i2c.c
index bf435c9839ad60891ce179917f41ebf8d20ccbcb..b50176118ad22b97364379e0fbc78d421b56de71 100644 (file)
@@ -64,10 +64,12 @@ static int GetIICSDA(void)
        return (rGPEDAT & 0x8000) >> 15;
 }
 
+#if 0
 static void SetIICSDA(int x)
 {
        rGPEDAT = (rGPEDAT & ~0x8000) | (x&1) << 15;
 }
+#endif
 
 static void SetIICSCL(int x)
 {