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 02f4c9b9db..f4a27588dc 100644 --- a/src/ec/roda/it8518/ec.c +++ b/src/ec/roda/it8518/ec.c @@ -35,7 +35,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[] = { |