xfree86: bus: remove xfree86 and few other references from OS files
Conceptually, os-support should have only a basic set of OS helpers which wouldn't mix with any DDX common structure (e.g. windowing structures, etc) This patch removes some xfree86-only and a few other unused references from os-support/bus. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
d9c682a5e2
commit
49b817501f
|
@ -124,19 +124,8 @@
|
||||||
#include <xorg-config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <signal.h>
|
|
||||||
#include "compiler.h"
|
|
||||||
#include "xf86.h"
|
|
||||||
#include "xf86Priv.h"
|
|
||||||
#define XF86_OS_PRIVS
|
|
||||||
#include "xf86_OSproc.h"
|
|
||||||
#include "Pci.h"
|
#include "Pci.h"
|
||||||
|
|
||||||
#include <pciaccess.h>
|
|
||||||
|
|
||||||
/* Global data */
|
|
||||||
|
|
||||||
PCITAG
|
PCITAG
|
||||||
pciTag(int busnum, int devnum, int funcnum)
|
pciTag(int busnum, int devnum, int funcnum)
|
||||||
{
|
{
|
||||||
|
|
|
@ -49,12 +49,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "compiler.h"
|
|
||||||
#include "xf86.h"
|
|
||||||
#include "xf86Priv.h"
|
|
||||||
#include "xf86_OSlib.h"
|
#include "xf86_OSlib.h"
|
||||||
#include "Pci.h"
|
#include "Pci.h"
|
||||||
#include <dirent.h>
|
|
||||||
|
|
||||||
static const struct pci_id_match match_host_bridge = {
|
static const struct pci_id_match match_host_bridge = {
|
||||||
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
|
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
|
||||||
|
|
Loading…
Reference in New Issue