From d56f08b438a4bf508152b8a0df0df6087414adc9 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Tue, 14 Sep 2010 19:40:07 +0900 Subject: [PATCH] s5pc210: universal: remove compiler warning --- board/samsung/universal_c210/universal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 064509f..5ad1510 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -720,7 +720,6 @@ static void lcd_power_on(unsigned int onoff) { unsigned char addr; unsigned char val[2]; - unsigned char val2[2]; addr = 0xCC >> 1; /* lp3974 */ if (lp3974_probe()) -- 2.7.4