diff --git a/[refs] b/[refs] index 1fbe93521100..d0fdcae69905 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53eed4ec8bcd8701b9135859ec46b10a0d88ba25 +refs/heads/master: 5e518d7672dea4cd7c60871e40d0490c52f01d13 diff --git a/trunk/arch/i386/boot/video.S b/trunk/arch/i386/boot/video.S index 02bf625a681b..92f669470142 100644 --- a/trunk/arch/i386/boot/video.S +++ b/trunk/arch/i386/boot/video.S @@ -1949,7 +1949,7 @@ store_edid: movw $0x4f15, %ax # do VBE/DDC movw $0x01, %bx movw $0x00, %cx - movw $0x01, %dx + movw $0x00, %dx movw $0x140, %di int $0x10 diff --git a/trunk/arch/i386/kernel/setup.c b/trunk/arch/i386/kernel/setup.c index a659d274914c..fa0c69eb937a 100644 --- a/trunk/arch/i386/kernel/setup.c +++ b/trunk/arch/i386/kernel/setup.c @@ -139,6 +139,7 @@ struct sys_desc_table_struct { unsigned char table[0]; }; struct edid_info edid_info; +EXPORT_SYMBOL_GPL(edid_info); struct ist_info ist_info; #if defined(CONFIG_X86_SPEEDSTEP_SMI) || \ defined(CONFIG_X86_SPEEDSTEP_SMI_MODULE) diff --git a/trunk/drivers/video/fbmon.c b/trunk/drivers/video/fbmon.c index c2718bb94949..791bec3d672a 100644 --- a/trunk/drivers/video/fbmon.c +++ b/trunk/drivers/video/fbmon.c @@ -29,6 +29,7 @@ #include #include #include +#include