Skip to content

Commit

Permalink
include/video/atmel_lcdc.h must #include <linux/workqueue.h>
Browse files Browse the repository at this point in the history
This patch fixes the following compile error caused by commit
d22579b ("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>
  • Loading branch information
AdrianBunk authored and torvalds committed Jul 26, 2008
1 parent 8a21346 commit 44ccac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/video/atmel_lcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifndef __ATMEL_LCDC_H__
#define __ATMEL_LCDC_H__

#include <linux/workqueue.h>

/* Way LCD wires are connected to the chip:
* Some Atmel chips use BGR color mode (instead of standard RGB)
Expand Down

0 comments on commit 44ccac1

Please sign in to comment.