gma500: framebuffer: mark psb_fb_helper_funcs as static
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 3 May 2012 14:08:38 +0000 (15:08 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 7 May 2012 09:58:52 +0000 (10:58 +0100)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/framebuffer.c

index 30400b68e4ba448c75b4ccec8fa7b365cd0edc3f..f47f883ff9eff82291cd529913f14e52cd31fc74 100644 (file)
@@ -572,7 +572,7 @@ static int psbfb_probe(struct drm_fb_helper *helper,
        return new_fb;
 }
 
-struct drm_fb_helper_funcs psb_fb_helper_funcs = {
+static struct drm_fb_helper_funcs psb_fb_helper_funcs = {
        .gamma_set = psbfb_gamma_set,
        .gamma_get = psbfb_gamma_get,
        .fb_probe = psbfb_probe,