Newer amdgpu code starts using the for_each_if() macro, defined in
linux/util_macros.h. It is used by amdgpu in Linux 6.12 and later.
Add the macro to LinuxKPI, guarded by LINUXKPI_VERSION so it is only
available to drivers based on Linux versions that provide it.