From: Fabio Estevam <fabio.estevam@xxxxxxx> There is nothing provided by <linux/fb.h> that is used here, so remove this unneeded header file. Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> --- drivers/leds/leds-pwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c index 8d456dc6..df80c89 100644 --- a/drivers/leds/leds-pwm.c +++ b/drivers/leds/leds-pwm.c @@ -16,7 +16,6 @@ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/of_platform.h> -#include <linux/fb.h> #include <linux/leds.h> #include <linux/err.h> #include <linux/pwm.h> -- 2.7.4