x86/boot/video: Move the 'video_segment' variable to video.c
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sat, 24 Jan 2015 18:11:32 +0000 (00:11 +0600)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Feb 2015 23:25:05 +0000 (00:25 +0100)
commit79287cf8778df21e5ad6c3ac01615e02cf9dbae6
treeb86c51214a9cf278178e2bfd6e939dfca333a29a
parente07e0d4cb0c4bfe822ec8491cc06269096a38bea
x86/boot/video: Move the 'video_segment' variable to video.c

video.c is the only real user of the 'video_segment' variable,
so move it to video.c and make it static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Martin Mares <mj@ucw.cz>
Link: http://lkml.kernel.org/r/1422123092-28750-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/video-mode.c
arch/x86/boot/video.c
arch/x86/boot/video.h