summaryrefslogtreecommitdiff
path: root/src/ec/compal/ene932
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/compal/ene932')
-rw-r--r--src/ec/compal/ene932/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index 1587db9597..1ed3c9f2de 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -144,7 +144,7 @@ static struct device_operations ops = {
};
static struct pnp_info pnp_dev_info[] = {
- { &ops, 0, 0, { 0, 0 }, }
+ { &ops, 0, 0, 0, }
};
static void enable_dev(struct device *dev)