commit | a0239073fd75489d25575cf3aaf71ab55b416020 | [log] [tgz] |
---|---|---|
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sun Jul 29 16:47:40 2012 +0000 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sun Jul 29 16:47:40 2012 +0000 |
tree | 25f203b0a34ab1884fcaac9a99ebb9c9bfc56edb | |
parent | 3f6a5580464bf000649f981970192c6c7fe739de [diff] [blame] |
da8xx-fb: fix compile issue due to missing include Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index ca9943a..7ae9d53 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c
@@ -32,6 +32,7 @@ #include <linux/console.h> #include <linux/spinlock.h> #include <linux/slab.h> +#include <linux/delay.h> #include <linux/lcm.h> #include <video/da8xx-fb.h> #include <asm/div64.h>