summaryrefslogtreecommitdiff
path: root/src/mainboard/packardbell/ms2290/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/packardbell/ms2290/mainboard.c')
-rw-r--r--src/mainboard/packardbell/ms2290/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/packardbell/ms2290/mainboard.c b/src/mainboard/packardbell/ms2290/mainboard.c
index 065ca94f24..99f45d6b41 100644
--- a/src/mainboard/packardbell/ms2290/mainboard.c
+++ b/src/mainboard/packardbell/ms2290/mainboard.c
@@ -121,7 +121,7 @@ static void mainboard_enable(device_t dev)
/* This sneaked in here, because EasyNote has no SuperIO chip.
*/
- pc_keyboard_init();
+ pc_keyboard_init(NO_AUX_DEVICE);
}
struct chip_operations mainboard_ops = {