Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions libgv/core/amdgv_oss_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
#ifndef AMDGV_OSS_WRAPPER_H
#define AMDGV_OSS_WRAPPER_H

#ifdef HAVE_LINUX_STDARG_H
#include <linux/stdarg.h>
#else
#include <stdarg.h>
#endif

#include "amdgv.h"
#include "amdgv_oss.h"
Expand Down
4 changes: 0 additions & 4 deletions libgv/inc/amdgv_oss.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
#ifndef AMDGV_OSS_H
#define AMDGV_OSS_H

#ifdef HAVE_LINUX_STDARG_H
#include <linux/stdarg.h>
#else
#include <stdarg.h>
#endif

#include "amdgv_asic.h"

Expand Down