Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pmdomain: mediatek: Fix build-errors

Let's add the missing header to fix the reported build-errors.

Fixes: df4e9ec1ed86 ("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
+1
drivers/pmdomain/mediatek/mtk-pm-domains.c
··· 2 2 /* 3 3 * Copyright (c) 2020 Collabora Ltd. 4 4 */ 5 + #include <linux/arm-smccc.h> 5 6 #include <linux/clk.h> 6 7 #include <linux/clk-provider.h> 7 8 #include <linux/init.h>