Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 232e6686 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie
Browse files

gma500: framebuffer: mark psb_fb_helper_funcs as static

parent 37214ca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -572,7 +572,7 @@ static int psbfb_probe(struct drm_fb_helper *helper,
	return new_fb;
	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_set = psbfb_gamma_set,
	.gamma_get = psbfb_gamma_get,
	.gamma_get = psbfb_gamma_get,
	.fb_probe = psbfb_probe,
	.fb_probe = psbfb_probe,