summaryrefslogtreecommitdiffstats
path: root/arch/i386/boot
diff options
context:
space:
mode:
authorBrian Gerst2006-01-08 10:04:54 +0100
committerLinus Torvalds2006-01-09 05:14:05 +0100
commit7e7f358c8f8f836c504faa293fda0c1c0733b63c (patch)
treeb06ef1742fe9e5533f754b46cb0e0e56ee619b0a /arch/i386/boot
parent[PATCH] CREDITS update: Eugene Surovegin (diff)
downloadkernel-qcow2-linux-7e7f358c8f8f836c504faa293fda0c1c0733b63c.tar.gz
kernel-qcow2-linux-7e7f358c8f8f836c504faa293fda0c1c0733b63c.tar.xz
kernel-qcow2-linux-7e7f358c8f8f836c504faa293fda0c1c0733b63c.zip
[PATCH] Split out screen_info from tty.h
This makes it possible for boot code to use screen_info without dragging in all of tty.h. Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/boot')
-rw-r--r--arch/i386/boot/compressed/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/compressed/misc.c b/arch/i386/boot/compressed/misc.c
index 82a807f9f5e6..f19f3a7492a5 100644
--- a/arch/i386/boot/compressed/misc.c
+++ b/arch/i386/boot/compressed/misc.c
@@ -11,7 +11,7 @@
#include <linux/linkage.h>
#include <linux/vmalloc.h>
-#include <linux/tty.h>
+#include <linux/screen_info.h>
#include <asm/io.h>
#include <asm/page.h>