X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fvideo%2Fatmel_lcdc.h;h=613173b5db6991040484908e1c0940c00f247d04;hb=29111f579f4f3f2a07385f931854ab0527ae7ea5;hp=ed64862c4e18c13eaf5060679f42e5ec8f25556f;hpb=c2a3b233450d5bc426c063ea2d8a74351db29ea4;p=firefly-linux-kernel-4.4.55.git diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h index ed64862c4e18..613173b5db69 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,6 +38,7 @@ struct atmel_lcdfb_info { struct fb_info *info; void __iomem *mmio; unsigned long irq_base; + struct work_struct task; unsigned int guard_time; struct platform_device *pdev;