diff options
Diffstat (limited to 'src/ec/quanta/it8518/ec.c')
-rw-r--r-- | src/ec/quanta/it8518/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/quanta/it8518/ec.c b/src/ec/quanta/it8518/ec.c index 19c07c50a0..9cb3755f2f 100644 --- a/src/ec/quanta/it8518/ec.c +++ b/src/ec/quanta/it8518/ec.c @@ -146,7 +146,7 @@ static void it8518_init(struct device *dev) static struct device_operations ops = { .init = it8518_init, - .read_resources = DEVICE_NOOP, + .read_resources = noop_read_resources, }; static struct pnp_info pnp_dev_info[] = { |