The patch titled Subject: backlight: as3711: fix compilation breakage has been removed from the -mm tree. Its filename was backlight-add-an-as3711-pmic-backlight-driver-fix.patch This patch was dropped because it was folded into backlight-add-an-as3711-pmic-backlight-driver.patch ------------------------------------------------------ From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx> Subject: backlight: as3711: fix compilation breakage Include the missing platform_device.h header to fix errors like error: implicit declaration of function 'platform_set_drvdata' and similar. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/as3711_bl.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/backlight/as3711_bl.c~backlight-add-an-as3711-pmic-backlight-driver-fix drivers/video/backlight/as3711_bl.c --- a/drivers/video/backlight/as3711_bl.c~backlight-add-an-as3711-pmic-backlight-driver-fix +++ a/drivers/video/backlight/as3711_bl.c @@ -17,6 +17,7 @@ #include <linux/kernel.h> #include <linux/mfd/as3711.h> #include <linux/module.h> +#include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/slab.h> _ Patches currently in -mm which might be from g.liakhovetski@xxxxxx are origin.patch video-mx3fb-use-null-for-pointer.patch backlight-add-an-as3711-pmic-backlight-driver.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