Skip to content

Commit

Permalink
OMAPFB1: remove unnecessary includes
Browse files Browse the repository at this point in the history
Remove unnecessary includes from the old omapfb driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 7, 2012
1 parent 5e56ad4 commit 9586778
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/video/omap/hwa742.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <linux/clk.h>
#include <linux/interrupt.h>

#include <plat/dma.h>
#include "omapfb.h"

#define HWA742_REV_CODE_REG 0x0
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap/lcd_ams_delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/gpio.h>

#include <plat/board-ams-delta.h>
#include <mach/hardware.h>

#include "omapfb.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap/lcd_palmte.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <linux/platform_device.h>
#include <linux/io.h>

#include <plat/fpga.h>
#include "omapfb.h"

static int palmte_panel_init(struct lcd_panel *panel,
Expand Down

0 comments on commit 9586778

Please sign in to comment.