Just in case this hasn't been reported yet. drivers/clk/tegra/clk-tegra-periph.c:523:65: error: 'CLK_IS_CRITICAL' undeclared here (not in a function) 523 | GATE("fuse", "clk_m", 39, TEGRA_PERIPH_ON_APB, tegra_clk_fuse, CLK_IS_CRITICAL), | ^~~~~~~~~~~~~~~ The problem affects arm and arm64 builds. Guenter