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:
Enrico Weigelt, metux IT consult
2026-02-13 13:10:31 +01:00
committed by Enrico Weigelt
parent 1e6c7be1df
commit af0de5a0f4
6 changed files with 3 additions and 12 deletions

View File

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

View File

@@ -35,7 +35,7 @@
#include "xf86Bus.h"
#include "xf86sbusBus_priv.h"
#include "xf86Sbus.h"
#include "xf86Sbus_priv.h"
static int xf86nSbusInfo;

View File

@@ -36,7 +36,7 @@
#include "xf86_OSlib.h"
#include "xf86sbusBus_priv.h"
#include "xf86Sbus.h"
#include "xf86Sbus_priv.h"
static int promRootNode;

View File

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

View File

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