aboutsummaryrefslogtreecommitdiff
path: root/src/ec/compal/ene932/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/compal/ene932/ec.c')
-rw-r--r--src/ec/compal/ene932/ec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index 3f4d1b99ba..e60a0ac9e0 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -133,14 +133,11 @@ static u8 ec_io_read(u16 addr)
#ifndef __SMM__
static void ene932_init(device_t dev)
{
- struct ec_compal_ene932_config *conf = dev->chip_info;
-
-
if (!dev->enabled)
return;
printk(BIOS_DEBUG, "Compal ENE932: Initializing keyboard.\n");
- pc_keyboard_init(&conf->keyboard);
+ pc_keyboard_init();
}