aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/ps3fb.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c
index 57da3e1bfeee..4885978dd5be 100644
--- a/drivers/video/ps3fb.c
+++ b/drivers/video/ps3fb.c
@@ -652,7 +652,7 @@ static int ps3fb_get_vblank(struct fb_vblank *vblank)
652 return 0; 652 return 0;
653} 653}
654 654
655int ps3fb_wait_for_vsync(u32 crtc) 655static int ps3fb_wait_for_vsync(u32 crtc)
656{ 656{
657 int ret; 657 int ret;
658 u64 count; 658 u64 count;
@@ -667,9 +667,7 @@ int ps3fb_wait_for_vsync(u32 crtc)
667 return 0; 667 return 0;
668} 668}
669 669
670EXPORT_SYMBOL_GPL(ps3fb_wait_for_vsync); 670static void ps3fb_flip_ctl(int on, void *data)
671
672void ps3fb_flip_ctl(int on, void *data)
673{ 671{
674 struct ps3fb_priv *priv = data; 672 struct ps3fb_priv *priv = data;
675 if (on) 673 if (on)