Преглед на файлове

leds: pwm: Remove unneeded header file

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@nxp.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Fabio Estevam преди 7 години
родител
ревизия
e82e34ba30
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      drivers/leds/leds-pwm.c

+ 0 - 1
drivers/leds/leds-pwm.c

@@ -16,7 +16,6 @@
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/of_platform.h>
 #include <linux/of_platform.h>
-#include <linux/fb.h>
 #include <linux/leds.h>
 #include <linux/leds.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/pwm.h>
 #include <linux/pwm.h>