diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 13:08:43 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:17 -0400 |
commit | c1df4fbede8058c15ce3a5759a7758fecafbb9e7 (patch) | |
tree | ed7a73b19234aebe1b7da792edb6cabd50ceab31 /hw/xfree86/common/xf86.h | |
parent | 44269e604eb60ebaa6189fd4409d39a4ec6b9f4b (diff) |
Unexport (and unimplement) xf86SetAccessFuncs.
Because, no.
Diffstat (limited to 'hw/xfree86/common/xf86.h')
-rw-r--r-- | hw/xfree86/common/xf86.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 6c3c09522..4ca7dfcd3 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -133,8 +133,6 @@ void xf86DeallocateResourcesForEntity(int entityIndex, unsigned long type); resPtr xf86RegisterResources(int entityIndex, resList list, unsigned long Access); Bool xf86CheckPciMemBase(struct pci_device * pPci, memType base); -void xf86SetAccessFuncs(EntityInfoPtr pEnt, xf86SetAccessFuncPtr funcs, - xf86SetAccessFuncPtr oldFuncs); Bool xf86IsEntityPrimary(int entityIndex); resPtr xf86ReallocatePciResources(int entityIndex, resPtr pRes); resPtr xf86SetOperatingState(resList list, int entityIndex, int mask); |