mk/image.mk: Ship /init in initramfs
[openadk.git] / package / xorg-server / patches / patch-hw_xfree86_common_xf86VGAarbiter_h
blob599c558d0b86d6c4419cb52cbc169aa4ce728efa
1 --- xorg-server-1.15.0.orig/hw/xfree86/common/xf86VGAarbiter.h  2013-12-15 08:48:09.000000000 +0100
2 +++ xorg-server-1.15.0/hw/xfree86/common/xf86VGAarbiter.h       2014-03-21 17:00:39.953676328 +0100
3 @@ -30,6 +30,7 @@
4  #include "misc.h"
5  #include "xf86.h"
6  
7 +#ifdef XSERVER_LIBPCIACCESS
8  /* Functions */
9  extern void xf86VGAarbiterInit(void);
10  extern void xf86VGAarbiterFini(void);
11 @@ -41,6 +42,7 @@ extern void xf86VGAarbiterUnlock(ScrnInf
12  /* allow a driver to remove itself from arbiter - really should be
13   * done in the kernel though */
14  extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc);
15 +#endif
17  /* DRI and arbiter are really not possible together,
18   * you really want to remove the card from arbitration if you can */