Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <janitor@sternwelten.at>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

maximilian attems and committed by
Linus Torvalds
ffbe5523 e1ba0dab

+1 -1
+1 -1
drivers/pnp/pnpbios/core.c
··· 512 512 return 0; 513 513 } 514 514 515 - static struct dmi_system_id pnpbios_dmi_table[] = { 515 + static struct dmi_system_id pnpbios_dmi_table[] __initdata = { 516 516 { /* PnPBIOS GPF on boot */ 517 517 .callback = exploding_pnp_bios, 518 518 .ident = "Higraded P14H",