summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/s3c24x0/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/s3c24x0/i2c.c')
-rw-r--r--cpu/arm920t/s3c24x0/i2c.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpu/arm920t/s3c24x0/i2c.c b/cpu/arm920t/s3c24x0/i2c.c
index 374b683137..7d02cdc161 100644
--- a/cpu/arm920t/s3c24x0/i2c.c
+++ b/cpu/arm920t/s3c24x0/i2c.c
@@ -71,12 +71,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)
{