diff options
| -rw-r--r-- | drivers/i2c/s3c24x0_i2c.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/drivers/i2c/s3c24x0_i2c.c b/drivers/i2c/s3c24x0_i2c.c index 769a2ba5b..00308b522 100644 --- a/drivers/i2c/s3c24x0_i2c.c +++ b/drivers/i2c/s3c24x0_i2c.c @@ -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(); |