Skip to content

Commit

Permalink
da8xx-fb: fix compile issue due to missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
schandinat committed Jul 29, 2012
1 parent 3f6a558 commit a023907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/da8xx-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a023907

Please sign in to comment.