mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 17:40:11 +01:00
Fix build when XSERVER_PLATFORM_BUS is not defined.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
(cherry picked from commit 862cbf4c87)
This commit is contained in:
parent
88f2aa2940
commit
4dfb05aaae
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ static const struct pci_id_match ms_device_match[] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifndef XSERVER_PLATFORM_BUS
|
||||
struct xf86_platform_device;
|
||||
#endif
|
||||
|
||||
#ifdef XSERVER_PLATFORM_BUS
|
||||
static Bool ms_platform_probe(DriverPtr driver,
|
||||
int entity_num, int flags,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue