From: Sylvain Munaut Date: Fri, 6 Jan 2006 08:11:35 +0000 (-0800) Subject: [PATCH] ppc32: Remove __init qualifier from mpc52xx pci resources fixups X-Git-Tag: v2.6.16-rc1~936^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbeb198d9366eb3d3ad64444ceecb5b1d5b5d7ef;p=pandora-kernel.git [PATCH] ppc32: Remove __init qualifier from mpc52xx pci resources fixups The mpc52xx_pci_fixup_resources is not only called at init but also when there is a pci hotplug like when a cardbus card is plugged in. So that function is needed after init too. Thanks to Asier Llano Palacios for reporting this. Signed-off-by: Sylvain Munaut Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed