tree dea13ca6ec2a86f0f2350a58a8eb8d857d7137a8
parent e1ba0dab261c1941fdf0db28868eaf459aaea089
author maximilian attems <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:51 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:51 -0700

[PATCH] pnpbios: eliminate bad section references

one of the last buildcheck errors on i386, thanks Randy again for double
checking.

Fix pnpbios section references:
make dmi_system_id pnpbios_dmi_table __initdata

Error: ./drivers/pnp/pnpbios/core.o .data refers to 00000100 R_386_32
.init.text
Error: ./drivers/pnp/pnpbios/core.o .data refers to 0000012c R_386_32
.init.text

Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 pnp/pnpbios/core.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: drivers/pnp/pnpbios/core.c
===================================================================
--- 5fcf27745b8e41c7997c04e71fd0df3617c339db/drivers/pnp/pnpbios/core.c  
(mode:100644 sha1:0f6330b3af12bbe3f9916a5b574289aeef7d131c)
+++ dea13ca6ec2a86f0f2350a58a8eb8d857d7137a8/drivers/pnp/pnpbios/core.c  
(mode:100644 sha1:e939c93a931cf6ea29d3c5be86bf6f81455fb8da)
@@ -512,7 +512,7 @@
        return 0;
 }
 
-static struct dmi_system_id pnpbios_dmi_table[] = {
+static struct dmi_system_id pnpbios_dmi_table[] __initdata = {
        {       /* PnPBIOS GPF on boot */
                .callback = exploding_pnp_bios,
                .ident = "Higraded P14H",
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to