From 4b625ffb06d6fecf9a81e54e51e350928e4f2488 Mon Sep 17 00:00:00 2001 From: Sebastien Jan Date: Mon, 1 Aug 2011 15:46:42 +0200 Subject: DRM port to 2.6.35 : Fix minor build issue Signed-off-by: Sebastien Jan --- drivers/gpu/pvr/pvr_bridge_k.c | 4 ++-- 1 file 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(); -- cgit v1.2.3