summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-08-01 15:46:42 +0200
committerSebastien Jan <s-jan@ti.com>2011-08-02 15:13:14 +0200
commit4b625ffb06d6fecf9a81e54e51e350928e4f2488 (patch)
treedfcb133c7a2c07705175b46ffc439cf9423fea41
parent2f7e1d35b5264eac8cb18c7c3bf5a508d5f65d45 (diff)
DRM port to 2.6.35 : Fix minor build issue
Signed-off-by: Sebastien Jan <s-jan@ti.com>
-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();