diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-08-30 10:54:12 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-07 20:02:07 +0300 |
commit | 9586778de5586536fe0c968b226bde574adf6107 (patch) | |
tree | 3367f3382e3658a4222284469e17d790021635c6 /drivers/video/omap/hwa742.c | |
parent | 5e56ad44b4d2de688823933643ff80389f33daae (diff) | |
download | op-kernel-dev-9586778de5586536fe0c968b226bde574adf6107.zip op-kernel-dev-9586778de5586536fe0c968b226bde574adf6107.tar.gz |
OMAPFB1: remove unnecessary includes
Remove unnecessary includes from the old omapfb driver.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/hwa742.c')
-rw-r--r-- | drivers/video/omap/hwa742.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap/hwa742.c b/drivers/video/omap/hwa742.c index 9f1d23c..f349ee6 100644 --- a/drivers/video/omap/hwa742.c +++ b/drivers/video/omap/hwa742.c @@ -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 |