Re: [U-Boot] [PATCH] I2C: S3C24X0: Remove the dead code

2013-02-28 Thread Simon Glass
On Mon, Feb 18, 2013 at 9:58 PM, Rajeshwari Shinde wrote: > This revomes the code under #if 0 in the s3c24x0_i2c driver. > > Signed-off-by: Alim Akhtar > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > drivers/i2c/s3c24x0_i2c.c |7 --- > 1 files changed, 0 insertions(+

[U-Boot] [PATCH] I2C: S3C24X0: Remove the dead code

2013-02-18 Thread Rajeshwari Shinde
This revomes the code under #if 0 in the s3c24x0_i2c driver. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde --- 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 769a2