summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/video.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-04-13 13:19:10 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-13 13:19:10 -0700
commit8f74bc5ff0eb20a055e4cb8d390669164ca15cb3 (patch)
treeb09d89ad2973eeffac1df8e03fe2fef234a8efb7 /arch/x86/boot/video.h
parent60f898eeaaa1c5d0162a4240bacf33a6c87ecef6 (diff)
parent1c1d046be692493d00a4831d4fbc266745008e09 (diff)
downloadlinux-8f74bc5ff0eb20a055e4cb8d390669164ca15cb3.tar.gz
linux-8f74bc5ff0eb20a055e4cb8d390669164ca15cb3.tar.bz2
linux-8f74bc5ff0eb20a055e4cb8d390669164ca15cb3.zip
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 boot changes from Ingo Molnar: "A number of cleanups" * 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot: Standardize strcmp() x86/boot/64: Remove pointless early_printk() message x86/boot/video: Move the 'video_segment' variable to video.c
Diffstat (limited to 'arch/x86/boot/video.h')
-rw-r--r--arch/x86/boot/video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/video.h b/arch/x86/boot/video.h
index 0bb25491262d..b54e0328c449 100644
--- a/arch/x86/boot/video.h
+++ b/arch/x86/boot/video.h
@@ -91,7 +91,6 @@ int mode_defined(u16 mode); /* video.c */
#define ADAPTER_VGA 2
extern int adapter;
-extern u16 video_segment;
extern int force_x, force_y; /* Don't query the BIOS for cols/rows */
extern int do_restore; /* Restore screen contents */
extern int graphic_mode; /* Graphics mode with linear frame buffer */