Skip to content

Commit

Permalink
vgacon: fix missing include.
Browse files Browse the repository at this point in the history
This fixes the build error.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Jun 27, 2013
1 parent 7e6d72c commit 0ab3691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <linux/kd.h>
#include <linux/slab.h>
#include <linux/vt_kern.h>
#include <linux/sched.h>
#include <linux/selection.h>
#include <linux/spinlock.h>
#include <linux/ioport.h>
Expand Down

0 comments on commit 0ab3691

Please sign in to comment.