[ 3.5.y.z extended stable ] Patch "vgacon: fix missing include." has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Wed Jul 10 15:33:59 UTC 2013


This is a note to let you know that I have just added a patch titled

    vgacon: fix missing include.

to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 1005ec2ee6fd9c0a90b2b60a325b392a43a7cc74 Mon Sep 17 00:00:00 2001
From: Dave Airlie <airlied at redhat.com>
Date: Thu, 27 Jun 2013 10:07:39 +1000
Subject: [PATCH] vgacon: fix missing include.

commit 0ab3691fa8ac15ed94f9e2fa7c2958ab41d2e3f5 upstream.

This fixes the build error.

Signed-off-by: Dave Airlie <airlied at redhat.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 drivers/video/console/vgacon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index 0dd6d96..9d8feac 100644
--- a/drivers/video/console/vgacon.c
+++ b/drivers/video/console/vgacon.c
@@ -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>
--
1.8.1.2





More information about the kernel-team mailing list