The patch titled Subject: backlight-add-lms501kf03-lcd-driver-fix-fix has been removed from the -mm tree. Its filename was backlight-add-lms501kf03-lcd-driver-fix-fix.patch This patch was dropped because it was folded into backlight-add-lms501kf03-lcd-driver.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: backlight-add-lms501kf03-lcd-driver-fix-fix make lms501kf03_shutdown() static, per Fengguang Cc: "devendra.aaru" <devendra.aaru@xxxxxxxxx> Cc: Ilho Lee <Ilho215.lee@xxxxxxxxxxx> Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> Cc: Wu Fengguang <fengguang.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/lms501kf03.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/backlight/lms501kf03.c~backlight-add-lms501kf03-lcd-driver-fix-fix drivers/video/backlight/lms501kf03.c --- a/drivers/video/backlight/lms501kf03.c~backlight-add-lms501kf03-lcd-driver-fix-fix +++ a/drivers/video/backlight/lms501kf03.c @@ -415,7 +415,7 @@ static int lms501kf03_resume(struct spi_ #define lms501kf03_resume NULL #endif -void lms501kf03_shutdown(struct spi_device *spi) +static void lms501kf03_shutdown(struct spi_device *spi) { struct lms501kf03 *lcd = dev_get_drvdata(&spi->dev); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch bugh-prevent-double-evaulation-of-in-build_bug_on-fix.patch bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes.patch goldfish-framebuffer-driver-fix.patch ocfs2-remove-kfree-redundant-null-checks.patch scripts-pnmtologo-fix-for-plain-pbm-checkpatch-fixes.patch sys_prctl-coding-style-cleanup.patch backlight-add-lms501kf03-lcd-driver.patch backlight-add-new-lp8788-backlight-driver-checkpatch-fixes.patch drivers-video-backlight-makefile-cleanup.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