diff options
Diffstat (limited to 'arch/arm/mach-omap1/lcd_dma.c')
| -rw-r--r-- | arch/arm/mach-omap1/lcd_dma.c | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap1/lcd_dma.c b/arch/arm/mach-omap1/lcd_dma.c index 86ace9aaa66..5769c71815b 100644 --- a/arch/arm/mach-omap1/lcd_dma.c +++ b/arch/arm/mach-omap1/lcd_dma.c @@ -57,7 +57,7 @@ static struct lcd_dma_info {  	void *cb_data;  	int active; -	unsigned long addr, size; +	unsigned long addr;  	int rotate, data_type, xres, yres;  	int vxres;  	int mirror; @@ -77,11 +77,6 @@ void omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres,  }  EXPORT_SYMBOL(omap_set_lcd_dma_b1); -void omap_set_lcd_dma_src_port(int port) -{ -	lcd_dma.src_port = port; -} -  void omap_set_lcd_dma_ext_controller(int external)  {  	lcd_dma.ext_ctrl = external;  |