summaryrefslogtreecommitdiffstats
path: root/src/ec/compal
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-04-07 13:51:13 +0200
committerNico Huber <nico.h@gmx.de>2020-04-10 12:00:11 +0000
commit4d319c3d0965042ae6b225d4cc391e00789d7565 (patch)
tree0ee30a622da4c1d54e74df0443450335da11f31a /src/ec/compal
parent7eed98ac88f15b6b81695275858da7cd5c8d7a98 (diff)
downloadcoreboot-4d319c3d0965042ae6b225d4cc391e00789d7565.tar.gz
coreboot-4d319c3d0965042ae6b225d4cc391e00789d7565.tar.bz2
coreboot-4d319c3d0965042ae6b225d4cc391e00789d7565.zip
src/ec: Add missing "set_resources = noop_set_resources"
Change-Id: I4acfb9d9911e251a494b6d35d76226c06e7858d6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40256 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec/compal')
-rw-r--r--src/ec/compal/ene932/ec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index 93d9154d8317..f0d83a7c286a 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -123,6 +123,7 @@ static void ene932_init(struct device *dev)
static struct device_operations ops = {
.init = ene932_init,
.read_resources = noop_read_resources,
+ .set_resources = noop_set_resources,
};
static struct pnp_info pnp_dev_info[] = {