aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra124/soc.c')
-rw-r--r--src/soc/nvidia/tegra124/soc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra124/soc.c b/src/soc/nvidia/tegra124/soc.c
index 270e5e54e6..1f9f290226 100644
--- a/src/soc/nvidia/tegra124/soc.c
+++ b/src/soc/nvidia/tegra124/soc.c
@@ -42,8 +42,8 @@ static void soc_init(struct device *dev)
}
static struct device_operations soc_ops = {
- .read_resources = DEVICE_NOOP,
- .set_resources = DEVICE_NOOP,
+ .read_resources = noop_read_resources,
+ .set_resources = noop_set_resources,
.enable_resources = soc_enable,
.init = soc_init,
};