Hi all, After merging the amdgpu tree, today's linux-next build (powerpc allyesconfig) gave this warning: drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_init_smc_tables': drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:338:5: warning: "CONFIG_X86" is not defined, evaluates to 0 [-Wundef] 338 | #if CONFIG_X86 | ^~~~~~~~~~ Caused by commit 9dd19d5232a6 ("drm/amdgpu: fix build error without x86 kconfig") -- Cheers, Stephen Rothwell