X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fvideo%2Fatmel_lcdc.h;h=920c4e9cb93dce0fb9929603121b4079ffc8ffeb;hb=9ea319b61613085f501a79cf8d405cb221d084f3;hp=ed64862c4e18c13eaf5060679f42e5ec8f25556f;hpb=e945e849e18006c131fe59252ab920c6b5f7959c;p=linux-2.6 diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h index ed64862c4e..920c4e9cb9 100644 --- a/include/video/atmel_lcdc.h +++ b/include/video/atmel_lcdc.h @@ -22,6 +22,7 @@ #ifndef __ATMEL_LCDC_H__ #define __ATMEL_LCDC_H__ +#include /* Way LCD wires are connected to the chip: * Some Atmel chips use BGR color mode (instead of standard RGB) @@ -37,8 +38,10 @@ struct atmel_lcdfb_info { struct fb_info *info; void __iomem *mmio; unsigned long irq_base; + struct work_struct task; unsigned int guard_time; + unsigned int smem_len; struct platform_device *pdev; struct clk *bus_clk; struct clk *lcdc_clk;