summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/pvr/pvr_bridge_k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pvr_bridge_k.c b/drivers/gpu/pvr/pvr_bridge_k.c
index e2a172ab10e2..7f4475575184 100644
--- a/drivers/gpu/pvr/pvr_bridge_k.c
+++ b/drivers/gpu/pvr/pvr_bridge_k.c
@@ -194,8 +194,8 @@ PVRSRV_BridgeDispatchKM(struct file *pFile, unsigned int unref__ ioctlCmd, unsig
PVRSRV_BRIDGE_PACKAGE sBridgePackageKM;
IMG_VOID *handle = NULL;
#else
- IMG_VOID * omap_gpu_get_fbdev(struct drm_device *dev);
- IMG_VOID *handle = omap_gpu_get_fbdev(dev); // XXX handle should come from omaplfb somehow, because it is omaplfb that decided to use the fb_info* as the unique handle..
+ IMG_VOID * omap_gpu_get_default_fb(struct drm_device *dev);
+ IMG_VOID *handle = omap_gpu_get_default_fb(dev); // XXX handle should come from omaplfb somehow, because it is omaplfb that decided to use the fb_info* as the unique handle..
#endif
PVRSRV_BRIDGE_PACKAGE *psBridgePackageKM;
IMG_UINT32 ui32PID = OSGetCurrentProcessIDKM();