Skip to content

Commit 19e668e

Browse files
author
Ulf Hansson
committed
pmdomain: mediatek: Fix build-errors
Let's add the missing header to fix the reported build-errors. Fixes: df4e9ec ("pmdomain: mediatek: Add support for secure HWCCF infra power on") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202510231317.ZZxNaFG0-lkp@intel.com/ Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent e938ef8 commit 19e668e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pmdomain/mediatek/mtk-pm-domains.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/*
33
* Copyright (c) 2020 Collabora Ltd.
44
*/
5+
#include <linux/arm-smccc.h>
56
#include <linux/clk.h>
67
#include <linux/clk-provider.h>
78
#include <linux/init.h>

0 commit comments

Comments
 (0)