tree 5396cc59253ac0c099900c5a8e3eac712bee421e
parent 7aa880d29937d0b263d93a0fe4d403d76e0c7a96
author maximilian attems <[EMAIL PROTECTED]> Tue Apr 12 08:26:20 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:20 2005
[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]>
core.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: drivers/pnp/pnpbios/core.c
===================================================================
--- 8c9bce6a8c3c349c9ebac3cf0ae8b6cf6ad1ce01/drivers/pnp/pnpbios/core.c
(mode:100644 sha1:9d21da6618e4c427982b50de8f09c28795c2d46a)
+++ 5396cc59253ac0c099900c5a8e3eac712bee421e/drivers/pnp/pnpbios/core.c
(mode:100644 sha1:2f64049b0e4ff2657afea8ba26b1df52b40d3096)
@@ -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