diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-24 11:00:54 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 09:39:35 +0200 |
commit | ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed (patch) | |
tree | 648e81d8e824313c628d4d66d7960462acd9e834 /drivers/video/omap/omapfb.h | |
parent | 5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3 (diff) | |
download | blackbird-op-linux-ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed.tar.gz blackbird-op-linux-ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed.zip |
OMAPFB: remove remaining OMAP arch checks
Now that the old omapfb driver is only omap1 display driver, there's no
need to check if the arch is omap1. This patch removes the few remaining
checks for the arch.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/video/omap/omapfb.h')
-rw-r--r-- | drivers/video/omap/omapfb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/omap/omapfb.h b/drivers/video/omap/omapfb.h index 07fe49878892..2921d20e4fba 100644 --- a/drivers/video/omap/omapfb.h +++ b/drivers/video/omap/omapfb.h @@ -47,11 +47,7 @@ struct omapfb_device; -#ifdef CONFIG_ARCH_OMAP1 #define OMAPFB_PLANE_NUM 1 -#else -#define OMAPFB_PLANE_NUM 3 -#endif struct omapfb_mem_region { u32 paddr; |