diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-08 12:13:48 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-08 12:13:48 -0500 |
| commit | e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77 (patch) | |
| tree | 85a1717293b6536f51176b6daa6e87e5f8338a88 /drivers/gpu/drm/amd/amdgpu/atom.c | |
| parent | Merge branch 'kvm-no-struct-page' into HEAD (diff) | |
| parent | riscv: kvm: Fix out-of-bounds array access (diff) | |
| download | linux-e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77.tar.gz linux-e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77.zip | |
Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEAD
KVM/riscv changes for 6.13
- Accelerate KVM RISC-V when running as a guest
- Perf support to collect KVM guest statistics from host side
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atom.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/atom.c b/drivers/gpu/drm/amd/amdgpu/atom.c index 09715b506468..81d195d366ce 100644 --- a/drivers/gpu/drm/amd/amdgpu/atom.c +++ b/drivers/gpu/drm/amd/amdgpu/atom.c @@ -27,7 +27,7 @@ #include <linux/slab.h> #include <linux/string_helpers.h> -#include <asm/unaligned.h> +#include <linux/unaligned.h> #include <drm/drm_util.h> |
