drop obsolete compat-api.h

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-31 13:07:04 +01:00
parent dd64e3c0ff
commit 42f9e2d636
4 changed files with 0 additions and 34 deletions

View File

@@ -55,7 +55,6 @@ amdgpu_drv_la_SOURCES += \
amdgpu_pixmap.c
EXTRA_DIST = \
compat-api.h \
amdgpu_bo_helper.h \
amdgpu_drm_queue.h \
amdgpu_glamor.h \

View File

@@ -84,8 +84,6 @@
#include "picturestr.h"
#endif
#include "compat-api.h"
struct _SyncFence;
#ifndef MAX

View File

@@ -50,8 +50,6 @@
#include <amdgpu.h>
#include "compat-api.h"
extern DriverRec AMDGPU;
typedef struct {

View File

@@ -1,29 +0,0 @@
/*
* Copyright 2012 Red Hat, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
* Author: Dave Airlie <airlied@redhat.com>
*/
#ifndef COMPAT_API_H
#define COMPAT_API_H
#endif