[PATCH 10/14] blockconsole: Fix undefined MAX_RT_PRIO

From: Joern Engel
Date: Thu May 09 2013 - 18:11:18 EST


From: Takashi Iwai <tiwai@xxxxxxx>

Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
---
drivers/block/blockconsole.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/block/blockconsole.c b/drivers/block/blockconsole.c
index e88b8ee..c22272f 100644
--- a/drivers/block/blockconsole.c
+++ b/drivers/block/blockconsole.c
@@ -16,6 +16,7 @@
#include <linux/string.h>
#include <linux/workqueue.h>
#include <linux/sched.h>
+#include <linux/sched/rt.h>
#include <linux/ctype.h>

#define BLOCKCONSOLE_MAGIC "\nLinux blockconsole version 1.1\n"
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/