From: akpm@osdl.org Date: Tue, 26 Jul 2005 06:28:14 +0000 (-0700) Subject: [PATCH] PCI: Move PCI fixup data into r/o section X-Git-Tag: v2.6.14-rc1~492^2~20^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d863ee8a9da2b0f31e0f977daf127807b2e9d2;p=pandora-kernel.git [PATCH] PCI: Move PCI fixup data into r/o section Make PCI fixup data const, so it'll end up in a r/o section. This also fixes the conversion into ECOFF which gets broken by too many changes between r/w and r/o sections. Call it a hack but it's a change that's correct by itself. Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed