From 163717a9d9855102c0bc6033b403ffc6d7bfa970 Mon Sep 17 00:00:00 2001 From: Che-Liang Chiou Date: Wed, 9 Mar 2011 17:47:50 +0800 Subject: 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 --- include/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/lcd.h b/include/lcd.h index ef279799e2..78097ceedc 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -210,7 +210,7 @@ void lcd_disable (void); void lcd_putc (const char c); void lcd_puts (const char *s); void lcd_printf (const char *fmt, ...); -int lcd_clear (); +int lcd_clear (void); /* Allow boards to customize the information displayed */ void lcd_show_board_info(void); -- cgit v1.2.3