]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
I2C: S3C24X0: Remove the dead code
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 18 Feb 2013 19:58:11 +0000 (19:58 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 12 Mar 2013 18:32:41 +0000 (19:32 +0100)
This revomes the code under #if 0 in the s3c24x0_i2c driver.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/i2c/s3c24x0_i2c.c

index 769a2ba5ba32bd77a492647900bc86e5626f89d4..00308b5223f6004bd331c048107e9d5edc6e447b 100644 (file)
@@ -86,13 +86,6 @@ static int GetI2CSDA(void)
 #endif
 }
 
-#if 0
-static void SetI2CSDA(int x)
-{
-       rGPEDAT = (rGPEDAT & ~0x8000) | (x & 1) << 15;
-}
-#endif
-
 static void SetI2CSCL(int x)
 {
        struct s3c24x0_gpio *gpio = s3c24x0_get_base_gpio();