]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Remove __init qualifier from mpc52xx pci resources fixups
authorSylvain Munaut <tnt@246tNt.com>
Fri, 6 Jan 2006 08:11:35 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:31 +0000 (08:33 -0800)
commit33936b2d073ec95319f0304f203ec24830c0a900
tree78380a8bb90dec84209a5edf268b2850cf743ed7
parent2144e0a37142bc16cb0d0672b5c47ccfc0bc9837
[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 <tnt@246tNt.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/syslib/mpc52xx_pci.c