Remove platform specific bits from radeon_egl.c

This commit is contained in:
Jon Smirl 2005-08-08 03:58:26 +00:00
parent 81b3c5e85c
commit ae4e58c9ab

View file

@ -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