summaryrefslogtreecommitdiff
path: root/common/lcd.c
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-03-09 17:47:50 +0800
committerSimon Glass <sjg@chromium.org>2011-08-24 10:00:15 -0700
commit163717a9d9855102c0bc6033b403ffc6d7bfa970 (patch)
tree7d14164f587df8728a1df37290c36734e35dbe94 /common/lcd.c
parent393d164f092fb685b1dfdad9d1aeebcc1950b201 (diff)
Fix compiler warning of include/lcd.h
include/lcd.h:240: warning: function declaration isn't a prototype BUG=none TEST=build without above compiler warning Review URL: http://codereview.chromium.org/6648027 Change-Id: I0dbfd8ebce4e71e28c073fd4f074d438211060ec
Diffstat (limited to 'common/lcd.c')
-rw-r--r--common/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c
index e29dc093610..b05e182f32c 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -361,7 +361,7 @@ int drv_lcd_init (void)
}
/*----------------------------------------------------------------------*/
-int lcd_clear (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
+int lcd_clear (void)
{
#if LCD_BPP == LCD_MONOCHROME
/* Setting the palette */