diff options
Diffstat (limited to 'src/soc/mediatek/mt8173/soc.c')
-rw-r--r-- | src/soc/mediatek/mt8173/soc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/soc.c b/src/soc/mediatek/mt8173/soc.c index ef571303de..7a4eeb68a6 100644 --- a/src/soc/mediatek/mt8173/soc.c +++ b/src/soc/mediatek/mt8173/soc.c @@ -21,6 +21,7 @@ static void soc_init(struct device *dev) static struct device_operations soc_ops = { .read_resources = soc_read_resources, + .set_resources = noop_set_resources, .init = soc_init, }; |