From 6007c5f06911a11677d5b2d24c63f81eb82e9c5f Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Wed, 4 Nov 2009 09:42:56 +0100 Subject: [PATCH] --- yaml --- r: 174488 b: refs/heads/master c: 7a654158bdf9dc318fd451fbf606ed100d6ba25f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/drm/drm_crtc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4de7578bc25f..e740430d8e05 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cda6be1ce27d721a88cb90543a1e6d0f41baeaa4 +refs/heads/master: 7a654158bdf9dc318fd451fbf606ed100d6ba25f diff --git a/trunk/include/drm/drm_crtc.h b/trunk/include/drm/drm_crtc.h index 4cc8a32dc4cf..d84fba15c9d8 100644 --- a/trunk/include/drm/drm_crtc.h +++ b/trunk/include/drm/drm_crtc.h @@ -256,7 +256,7 @@ struct drm_framebuffer { unsigned int depth; int bits_per_pixel; int flags; - void *fbdev; + struct fb_info *fbdev; u32 pseudo_palette[17]; struct list_head filp_head; /* if you are using the helper */