The patch titled ps3fb: make ps3fb_wait_for_vsync() and ps3fb_flip_ctl() static has been removed from the -mm tree. Its filename was ps3fb-make-ps3fb_wait_for_vsync-and-ps3fb_flip_ctl-static.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ps3fb: make ps3fb_wait_for_vsync() and ps3fb_flip_ctl() static From: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Make ps3fb_wait_for_vsync() and ps3fb_flip_ctl() static, as they're no (longer) used outside ps3fb. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/ps3fb.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -puN drivers/video/ps3fb.c~ps3fb-make-ps3fb_wait_for_vsync-and-ps3fb_flip_ctl-static drivers/video/ps3fb.c --- a/drivers/video/ps3fb.c~ps3fb-make-ps3fb_wait_for_vsync-and-ps3fb_flip_ctl-static +++ a/drivers/video/ps3fb.c @@ -652,7 +652,7 @@ static int ps3fb_get_vblank(struct fb_vb return 0; } -int ps3fb_wait_for_vsync(u32 crtc) +static int ps3fb_wait_for_vsync(u32 crtc) { int ret; u64 count; @@ -667,9 +667,7 @@ int ps3fb_wait_for_vsync(u32 crtc) return 0; } -EXPORT_SYMBOL_GPL(ps3fb_wait_for_vsync); - -void ps3fb_flip_ctl(int on, void *data) +static void ps3fb_flip_ctl(int on, void *data) { struct ps3fb_priv *priv = data; if (on) _ Patches currently in -mm which might be from Geert.Uytterhoeven@xxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html