]> git.baikalelectronics.ru Git - kernel.git/commit
include/video/atmel_lcdc.h must #include <linux/workqueue.h>
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:44:38 +0000 (19:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:01 +0000 (12:00 -0700)
commit3afcd5580c16bcbc8adc07d5990585ebb4ed201e
tree67869716627f8f8f6bc34405d8623fdf60bea9af
parenta3f209b2dd233a7c96fe684fd959b63f29e4df39
include/video/atmel_lcdc.h must #include <linux/workqueue.h>

This patch fixes the following compile error caused by commit
0b77b24e54982487471df4d6f0347abf3e442de8 ("atmel_lcdfb: FIFO underflow
management"):

  In file included from arch/avr32/boards/atstk1000/atstk1004.c:21:
  include/video/atmel_lcdc.h:40: error: field 'task' has incomplete type

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/video/atmel_lcdc.h