summaryrefslogtreecommitdiff
path: root/cpu/arm920t/s3c24x0/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/s3c24x0/serial.c')
-rw-r--r--cpu/arm920t/s3c24x0/serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm920t/s3c24x0/serial.c b/cpu/arm920t/s3c24x0/serial.c
index 6e853b87a..064b99871 100644
--- a/cpu/arm920t/s3c24x0/serial.c
+++ b/cpu/arm920t/s3c24x0/serial.c
@@ -110,7 +110,6 @@ void serial_setbrg(void)
static int serial_init_dev(const int dev_index)
{
S3C24X0_UART * const uart = S3C24X0_GetBase_UART(dev_index);
- int i;
/* FIFO enable, Tx/Rx FIFO clear */
uart->UFCON = 0x07;