Fix fbdevhwstub for pci-rework.
This commit is contained in:
parent
7d54399cfd
commit
801c359574
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
#ifdef HAVE_XORG_CONFIG_H
|
#ifdef HAVE_XORG_CONFIG_H
|
||||||
#include <xorg-config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -23,13 +22,13 @@ fbdevHWFreeRec(ScrnInfoPtr pScrn)
|
||||||
|
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
fbdevHWProbe(pciVideoPtr pPci, char *device, char **namep)
|
fbdevHWProbe(struct pci_device *pPci, char *device, char **namep)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
fbdevHWInit(ScrnInfoPtr pScrn, pciVideoPtr pPci, char *device)
|
fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device)
|
||||||
{
|
{
|
||||||
xf86Msg(X_ERROR, "fbdevhw is not available on this platform\n");
|
xf86Msg(X_ERROR, "fbdevhw is not available on this platform\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue