diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 07:38:54 (GMT) |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 07:38:54 (GMT) |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/x86_64/boot | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) | |
download | linux-fsl-qoriq-038b0a6d8d32db934bba6a24e74e76e4e327a94f.tar.xz |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/x86_64/boot')
-rw-r--r-- | arch/x86_64/boot/video.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/boot/video.S b/arch/x86_64/boot/video.S index 2aa565c..d6ff88f 100644 --- a/arch/x86_64/boot/video.S +++ b/arch/x86_64/boot/video.S @@ -11,8 +11,6 @@ * */ -#include <linux/config.h> /* for CONFIG_VIDEO_* */ - /* Enable autodetection of SVGA adapters and modes. */ #undef CONFIG_VIDEO_SVGA |