From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Wed, 05 Sep 2012 08:25:40 +0000 Subject: [PATCH 02/17] OMAPFB1: remove unnecessary includes Message-Id: <1346833555-31258-3-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1346833555-31258-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1346833555-31258-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, archit@ti.com Cc: Tomi Valkeinen Remove unnecessary includes from the old omapfb driver. Signed-off-by: Tomi Valkeinen --- drivers/video/omap/hwa742.c | 1 - drivers/video/omap/lcd_ams_delta.c | 1 - drivers/video/omap/lcd_palmte.c | 1 - 3 files changed, 3 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 #include -#include #include "omapfb.h" #define HWA742_REV_CODE_REG 0x0 diff --git a/drivers/video/omap/lcd_ams_delta.c b/drivers/video/omap/lcd_ams_delta.c index d3a3113..5cca6b3 100644 --- a/drivers/video/omap/lcd_ams_delta.c +++ b/drivers/video/omap/lcd_ams_delta.c @@ -28,7 +28,6 @@ #include #include -#include #include "omapfb.h" diff --git a/drivers/video/omap/lcd_palmte.c b/drivers/video/omap/lcd_palmte.c index 88c31eb..ff4fb62 100644 --- a/drivers/video/omap/lcd_palmte.c +++ b/drivers/video/omap/lcd_palmte.c @@ -23,7 +23,6 @@ #include #include -#include #include "omapfb.h" static int palmte_panel_init(struct lcd_panel *panel, -- 1.7.9.5