The patch titled skeletonfb: documentation error fixes has been removed from the -mm tree. Its filename was skeletonfb-documentation-error-fixes.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: skeletonfb: documentation error fixes From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Documentation error fixes. Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/skeletonfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/video/skeletonfb.c~skeletonfb-documentation-error-fixes drivers/video/skeletonfb.c --- a/drivers/video/skeletonfb.c~skeletonfb-documentation-error-fixes +++ a/drivers/video/skeletonfb.c @@ -959,11 +959,11 @@ static int xxxfb_suspend(struct platform /** * xxxfb_resume - Optional but recommended function. Resume the device. - * @dev: PCI device + * @dev: platform device * * See Documentation/power/devices.txt for more information */ -static int xxxfb_suspend(struct platform_dev *dev) +static int xxxfb_resume(struct platform_dev *dev) { struct fb_info *info = platform_get_drvdata(dev); struct xxxfb_par *par = info->par; _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are origin.patch vt8623fb-new-framebuffer-driver-for-via-vt8623.patch vt8623fb-fix-compile-warnings.patch vt8623fb-fix-compile-error-if-config_mtrr=n.patch arkfb-new-framebuffer-driver-for-ark-logic-cards.patch arkfb-fix-compiler-warnings.patch arkfb-fix-compile-error-if-config_mtrr=n.patch arkfb-new-framebuffer-driver-for-ark-logic-cards-fix.patch svgalib-move-fb_get_caps-to-svgalib.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