Fix build when XSERVER_PLATFORM_BUS is not defined.
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
parent
63f83d1b7f
commit
862cbf4c87
|
@ -90,6 +90,10 @@ static const struct pci_id_match ms_device_match[] = {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef XSERVER_PLATFORM_BUS
|
||||||
|
struct xf86_platform_device;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef XSERVER_PLATFORM_BUS
|
#ifdef XSERVER_PLATFORM_BUS
|
||||||
static Bool ms_platform_probe(DriverPtr driver,
|
static Bool ms_platform_probe(DriverPtr driver,
|
||||||
int entity_num, int flags,
|
int entity_num, int flags,
|
||||||
|
|
Loading…
Reference in New Issue