mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
Remove platform specific bits from radeon_egl.c
This commit is contained in:
parent
81b3c5e85c
commit
ae4e58c9ab
1 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <linux/fb.h>
|
||||
|
||||
#include "eglconfig.h"
|
||||
#include "eglcontext.h"
|
||||
|
|
@ -32,7 +31,6 @@
|
|||
#include "radeon.h"
|
||||
|
||||
static size_t radeon_drm_page_size;
|
||||
const char *sysfs = "/sys/class/graphics";
|
||||
|
||||
/**
|
||||
* radeon driver-specific driver class derived from _EGLDriver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue