diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 15:24:35 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:19 -0400 |
commit | eaf3fdf97014c27aececa8505c2713e7c9a537fc (patch) | |
tree | 574483d54cd5e314be5b9d87bd816c6deaa2ada1 /hw | |
parent | d7d9edb506bfea1c10516b6c4eb72dee3559863c (diff) |
Unexport xf86NoSharedResources
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/common/xf86Bus.c | 2 | ||||
-rw-r--r-- | hw/xfree86/loader/xf86sym.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index be603d689..039b2959a 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -2671,7 +2671,7 @@ CheckGenericGA() #endif } -_X_EXPORT Bool +Bool xf86NoSharedResources(int screenIndex,resType res) { int j; diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index da369df61..e64068a7e 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -321,7 +321,6 @@ _X_HIDDEN void *xfree86LookupTab[] = { SYMFUNC(xf86IsEntityPrimary) SYMFUNC(xf86SetOperatingState) SYMFUNC(xf86FindScreenForEntity) - SYMFUNC(xf86NoSharedResources) /* Shared Accel Accessor Functions */ SYMFUNC(xf86GetLastScrnFlag) SYMFUNC(xf86SetLastScrnFlag) |