mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xfree86: fix include of xf86VGAarbiter_priv.h
Needs to be included also in non-pciaccess case, so the dummy functions are declared. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
01777ec8dd
commit
f4b90697ce
@@ -52,9 +52,8 @@
|
||||
#include "xf86platformBus_priv.h"
|
||||
|
||||
#include "xf86_OSproc.h"
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
#include "xf86VGAarbiter_priv.h"
|
||||
#endif
|
||||
|
||||
/* Entity data */
|
||||
EntityPtr *xf86Entities = NULL; /* Bus slots claimed by drivers */
|
||||
int xf86NumEntities = 0;
|
||||
|
||||
@@ -44,9 +44,7 @@
|
||||
#include <X11/extensions/dpmsconst.h>
|
||||
#include "dpmsproc.h"
|
||||
#endif
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
#include "xf86VGAarbiter_priv.h"
|
||||
#endif
|
||||
|
||||
#ifdef DPMSExtension
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user