diff options
Diffstat (limited to 'arch/x86/lib/video.c')
| -rw-r--r-- | arch/x86/lib/video.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/x86/lib/video.c b/arch/x86/lib/video.c index 20e2416ae..81824f314 100644 --- a/arch/x86/lib/video.c +++ b/arch/x86/lib/video.c @@ -26,7 +26,6 @@  #include <stdio_dev.h>  #include <i8042.h>  #include <asm/ptrace.h> -#include <asm/realmode.h>  #include <asm/io.h>  #include <asm/pci.h> @@ -222,10 +221,5 @@ int video_init(void)  int drv_video_init(void)  { -#ifndef CONFIG_X86_NO_REAL_MODE -	if (video_bios_init()) -		return 1; -#endif -  	return video_init();  } |