diff options
Diffstat (limited to 'src/ec/roda/it8518/ec.c')
-rw-r--r-- | src/ec/roda/it8518/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/roda/it8518/ec.c b/src/ec/roda/it8518/ec.c index ad51945cef..99ce5062ca 100644 --- a/src/ec/roda/it8518/ec.c +++ b/src/ec/roda/it8518/ec.c @@ -53,7 +53,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) |