search for: config_video_svga

Displaying 1 result from an estimated 1 matches for "config_video_svga".

2007 Apr 18
0
[PATCH 8/9] 00mmd pae compile fix
...=========================== --- a/arch/i386/boot/video.S +++ b/arch/i386/boot/video.S @@ -10,8 +10,6 @@ * For further information, look at Documentation/svga.txt. * */ - -#include <linux/config.h> /* for CONFIG_VIDEO_* */ /* Enable autodetection of SVGA adapters and modes. */ #undef CONFIG_VIDEO_SVGA =================================================================== --- a/arch/i386/kernel/nmi.c +++ b/arch/i386/kernel/nmi.c @@ -13,7 +13,6 @@ * Mikael Pettersson : PM converted to driver model. Disable/enable API. */ -#include <linux/config.h> #include <linux/delay.h> #includ...