mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
I2C: S3C24X0: Remove the dead code
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>
This commit is contained in:
parent
68149e9405
commit
cecf3c006f
1 changed files with 0 additions and 7 deletions
|
@ -86,13 +86,6 @@ static int GetI2CSDA(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void SetI2CSDA(int x)
|
|
||||||
{
|
|
||||||
rGPEDAT = (rGPEDAT & ~0x8000) | (x & 1) << 15;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void SetI2CSCL(int x)
|
static void SetI2CSCL(int x)
|
||||||
{
|
{
|
||||||
struct s3c24x0_gpio *gpio = s3c24x0_get_base_gpio();
|
struct s3c24x0_gpio *gpio = s3c24x0_get_base_gpio();
|
||||||
|
|
Loading…
Add table
Reference in a new issue