diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-08-10 16:31:54 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-09-02 13:24:51 +0200 |
commit | 57817e619a215588739f3f644986c78b586b541b (patch) | |
tree | 1e0b25434b369984b173541fa978529f92f3a8f6 /drivers/video | |
parent | video: fbdev: pxa168fb: Use devm_clk_get (diff) | |
download | linux-57817e619a215588739f3f644986c78b586b541b.tar.xz linux-57817e619a215588739f3f644986c78b586b541b.zip |
video: fbdev: atmel_lcdfb: remove useless include
Definitions from linux/platform_data/atmel.h are not used, remove the
include.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/atmel_lcdfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c index 016cae1425a4..19eb42b57d87 100644 --- a/drivers/video/fbdev/atmel_lcdfb.c +++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -19,7 +19,6 @@ #include <linux/backlight.h> #include <linux/gfp.h> #include <linux/module.h> -#include <linux/platform_data/atmel.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> |