diff options
Diffstat (limited to 'src/soc/intel/meteorlake/tcss.c')
-rw-r--r-- | src/soc/intel/meteorlake/tcss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/tcss.c b/src/soc/intel/meteorlake/tcss.c index 7509504eea..3d46f0ac2d 100644 --- a/src/soc/intel/meteorlake/tcss.c +++ b/src/soc/intel/meteorlake/tcss.c @@ -2,6 +2,7 @@ #include <intelblocks/tcss.h> #include <soc/soc_chip.h> +#include <static.h> const struct soc_tcss_ops tcss_ops = { .configure_aux_bias_pads = ioe_tcss_configure_aux_bias_pads_sbi, |