diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-12 12:29:57 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-05-18 19:36:21 +0000 |
commit | 65b21c595acb30756608bdea8dfc099b3999faec (patch) | |
tree | fdedeeed0be1dd8075b9940be8f3451575d3154c | |
parent | 16fcf9437fb0dc6ae3aba73a77492f2de0fda991 (diff) |
Drop support for ABI_VIDEODRV_VERSION < 6
ABI_VIDEODRV_VERSION 6 was introduced in xserver-1.7 in 2009, which is
less than the minimum xserver version now required to build this driver.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64/-/merge_requests/16>
-rw-r--r-- | src/atipreinit.c | 3 | ||||
-rw-r--r-- | src/atistruct.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/atipreinit.c b/src/atipreinit.c index 7281f19..699e95e 100644 --- a/src/atipreinit.c +++ b/src/atipreinit.c @@ -52,9 +52,6 @@ #include "atiadjust.h" #include "vbe.h" -#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 -#include "xf86RAC.h" -#endif /* * FreeScreen handles the clean-up. diff --git a/src/atistruct.h b/src/atistruct.h index 8088b97..f021b8d 100644 --- a/src/atistruct.h +++ b/src/atistruct.h @@ -57,9 +57,6 @@ #endif #include "xf86Cursor.h" #include "xf86Pci.h" -#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 -#include "xf86Resources.h" -#endif #include "atipcirename.h" |