From 901e6689ac5d910e502e0901a221d564bd251348 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Wed, 20 Feb 2013 13:15:30 +1100 Subject: [PATCH] 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 Signed-off-by: Andrew Morton --- drivers/video/backlight/as3711_bl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/backlight/as3711_bl.c b/drivers/video/backlight/as3711_bl.c index c6bc65de1d47..41d52fe52543 100644 --- a/drivers/video/backlight/as3711_bl.c +++ b/drivers/video/backlight/as3711_bl.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include -- 2.39.5