mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
xfree86: make xf86Sbus.h private
This header isn't actually included by any drivers (not even the sun* ones), neither does it have any _X_EXPORT'ed symbols, nor structs that a driver could use. Not relevant at all for proprietary Nvidia drivers, because their cards never worked on Sbus. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
1e6c7be1df
commit
af0de5a0f4
@@ -41,7 +41,7 @@
|
||||
#include "xf86pciBus.h"
|
||||
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
|
||||
#include "xf86Bus.h"
|
||||
#include "xf86Sbus.h"
|
||||
#include "xf86Sbus_priv.h"
|
||||
#endif
|
||||
#include "misc.h"
|
||||
#include "loaderProcs.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "xf86Bus.h"
|
||||
|
||||
#include "xf86sbusBus_priv.h"
|
||||
#include "xf86Sbus.h"
|
||||
#include "xf86Sbus_priv.h"
|
||||
|
||||
static int xf86nSbusInfo;
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "xf86_OSlib.h"
|
||||
|
||||
#include "xf86sbusBus_priv.h"
|
||||
#include "xf86Sbus.h"
|
||||
#include "xf86Sbus_priv.h"
|
||||
|
||||
static int promRootNode;
|
||||
|
||||
|
||||
@@ -164,10 +164,6 @@ cat > sdksyms.c << EOF
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
# include "xf86Pci.h"
|
||||
#endif
|
||||
#if defined(__sparc__) || defined(__sparc)
|
||||
# include "xf86Sbus.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* hw/xfree86/parser/Makefile.am */
|
||||
#include "xf86Parser.h"
|
||||
|
||||
@@ -523,7 +523,6 @@ if build_xorg_sdk
|
||||
'xf86Module.h',
|
||||
'xf86Xinput.h',
|
||||
'xf86sbusBus.h',
|
||||
'xf86Sbus.h',
|
||||
'xf86Pci.h',
|
||||
'xf86_OSlib.h',
|
||||
'xf86_OSproc.h',
|
||||
@@ -556,10 +555,6 @@ if build_xorg_sdk
|
||||
install_data(['shmint.h'], install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
if get_option('pciaccess') and host_machine.cpu_family() in ['sparc', 'sparc64']
|
||||
install_data('xf86Sbus.h', install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
if int10 != 'false'
|
||||
install_data(['xf86int10.h', 'vbe.h', 'vbeModes.h'], install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user