diff options
Diffstat (limited to 'board/lwmon/lwmon.c')
-rw-r--r-- | board/lwmon/lwmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lwmon/lwmon.c b/board/lwmon/lwmon.c index 869cd58..0e6c3fc 100644 --- a/board/lwmon/lwmon.c +++ b/board/lwmon/lwmon.c @@ -1077,7 +1077,7 @@ static int key_pressed(void) * Returns 1 if keys pressed to start the power-on long-running tests * Called from board_init_f(). */ -int post_hotkeys_pressed(gd_t *gd) +int post_hotkeys_pressed(void) { uchar kbd_data[KEYBD_DATALEN]; uchar val; |