Re: [PATCH 07/16] OAMPFB: remove unused omapfb_set_ctrl_platform_data()

2012-02-22 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [120124 01:30]:
 omapfb_set_ctrl_platform_data() is no longer used, so it can be removed.
 
 Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com

Acked-by: Tony Lindgren t...@atomide.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 07/16] OAMPFB: remove unused omapfb_set_ctrl_platform_data()

2012-01-24 Thread Tomi Valkeinen
omapfb_set_ctrl_platform_data() is no longer used, so it can be removed.

Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com
---
 arch/arm/plat-omap/fb.c |5 -
 include/linux/omapfb.h  |2 --
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c
index 15d4d16..a05ab56 100644
--- a/arch/arm/plat-omap/fb.c
+++ b/arch/arm/plat-omap/fb.c
@@ -175,11 +175,6 @@ void __init omapfb_reserve_sdram_memblock(void)
 reserved);
 }
 
-void omapfb_set_ctrl_platform_data(void *data)
-{
-   omapfb_config.ctrl_platform_data = data;
-}
-
 static int __init omap_init_fb(void)
 {
const struct omap_lcd_config *conf;
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h
index c0b0187..85cad31 100644
--- a/include/linux/omapfb.h
+++ b/include/linux/omapfb.h
@@ -250,12 +250,10 @@ struct omapfb_mem_desc {
 struct omapfb_platform_data {
struct omap_lcd_config  lcd;
struct omapfb_mem_desc  mem_desc;
-   void*ctrl_platform_data;
 };
 
 /* in arch/arm/plat-omap/fb.c */
 extern void omapfb_set_platform_data(struct omapfb_platform_data *data);
-extern void omapfb_set_ctrl_platform_data(void *pdata);
 extern void omapfb_reserve_sdram_memblock(void);
 
 #endif
-- 
1.7.4.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html