From bc9e4e7dcdade41f736769967f7874e7abd69996 Mon Sep 17 00:00:00 2001 From: ilGino <97920275+ilGino@users.noreply.github.com> Date: Mon, 4 May 2026 12:13:22 +0200 Subject: [PATCH 1/2] Update amdgv_oss_wrapper.h With reference to issue #11 "Debian DKMS issue because of separate linux common headers" Make the code more debian-friendly implementing the change proposed there: include the kernel's own instead of the system's . With this, and with the other similar change in "libgv/inc/amdgv_oss.h" the DKMS compilation and install have success on Debian 13. --- libgv/core/amdgv_oss_wrapper.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libgv/core/amdgv_oss_wrapper.h b/libgv/core/amdgv_oss_wrapper.h index 8960529..70a9236 100644 --- a/libgv/core/amdgv_oss_wrapper.h +++ b/libgv/core/amdgv_oss_wrapper.h @@ -23,11 +23,7 @@ #ifndef AMDGV_OSS_WRAPPER_H #define AMDGV_OSS_WRAPPER_H -#ifdef HAVE_LINUX_STDARG_H #include -#else -#include -#endif #include "amdgv.h" #include "amdgv_oss.h" From 391b74a134019aa89d23cb6f60a4433dcc57e617 Mon Sep 17 00:00:00 2001 From: ilGino <97920275+ilGino@users.noreply.github.com> Date: Mon, 4 May 2026 12:16:12 +0200 Subject: [PATCH 2/2] Update amdgv_oss.h With reference to issue amd#11 "Debian DKMS issue because of separate linux common headers" Make the code more debian-friendly implementing the change proposed there: include the kernel's own instead of the system's . With this, and with the other similar change in "libgv/core/amdgv_oss_wrapper.h" the DKMS compilation and install have success on Debian 13. --- libgv/inc/amdgv_oss.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libgv/inc/amdgv_oss.h b/libgv/inc/amdgv_oss.h index 47b1edf..35f2cd3 100644 --- a/libgv/inc/amdgv_oss.h +++ b/libgv/inc/amdgv_oss.h @@ -23,11 +23,7 @@ #ifndef AMDGV_OSS_H #define AMDGV_OSS_H -#ifdef HAVE_LINUX_STDARG_H #include -#else -#include -#endif #include "amdgv_asic.h"