aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>2012-05-03 10:08:38 -0400
committerDave Airlie <airlied@redhat.com>2012-05-07 05:58:52 -0400
commit232e6686abb011c8a1b4101245814c730efb1f0a (patch)
treee6b85801bac4d534e75cb7ffd41afa8b738fad7c
parent37214ca00e64749e1e65f159aa88f206acfd8e38 (diff)
gma500: framebuffer: mark psb_fb_helper_funcs as static
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>
-rw-r--r--drivers/gpu/drm/gma500/framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c
index 30400b68e4ba..f47f883ff9ef 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -572,7 +572,7 @@ static int psbfb_probe(struct drm_fb_helper *helper,
572 return new_fb; 572 return new_fb;
573} 573}
574 574
575struct drm_fb_helper_funcs psb_fb_helper_funcs = { 575static struct drm_fb_helper_funcs psb_fb_helper_funcs = {
576 .gamma_set = psbfb_gamma_set, 576 .gamma_set = psbfb_gamma_set,
577 .gamma_get = psbfb_gamma_get, 577 .gamma_get = psbfb_gamma_get,
578 .fb_probe = psbfb_probe, 578 .fb_probe = psbfb_probe,