aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk9/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/rk9/mainboard.c')
-rw-r--r--src/mainboard/roda/rk9/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/mainboard.c b/src/mainboard/roda/rk9/mainboard.c
index 33e6bde566..0627a5eb35 100644
--- a/src/mainboard/roda/rk9/mainboard.c
+++ b/src/mainboard/roda/rk9/mainboard.c
@@ -133,7 +133,7 @@ static void mainboard_enable(device_t dev)
/* We have no driver for the embedded controller since the firmware
does most of the job. Hence, initialize keyboards here. */
- pc_keyboard_init(NULL);
+ pc_keyboard_init();
}
struct chip_operations mainboard_ops = {