]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] pnpbios: eliminate bad section references
authormaximilian attems <janitor@sternwelten.at>
Sat, 16 Apr 2005 22:25:51 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:51 +0000 (15:25 -0700)
commit34bec7409b100a43453ca984c47baa8d8bd6f3e2
tree50f3c2a5d8e1037f56294702bd19e1ac76642c17
parentace53a21da8e15b95396e6129a15835c1a6e86ee
[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>
drivers/pnp/pnpbios/core.c