1
0
Fork 0

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>
hifive-unleashed-5.1
Fabio Estevam 2017-11-18 18:22:46 -02:00 committed by Jacek Anaszewski
parent b12ef03a38
commit e82e34ba30
1 changed files with 0 additions and 1 deletions

View File

@ -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>