From: Gabor Juhos Date: Sun, 3 Feb 2013 09:58:38 +0000 (+0000) Subject: MIPS: pci-ar724x: use dynamically allocated PCI controller structure X-Git-Tag: v3.9-rc1~26^2~1^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=908339ef25b1d5e80f1c6fab22b9958174708b4a;p=pandora-kernel.git MIPS: pci-ar724x: use dynamically allocated PCI controller structure The current code uses static variables to store the PCI controller specific data. This works if the system contains one PCI controller only, however it becomes impractical when multiple PCI controllers are present. Move the variables into a dynamically allocated controller specific structure, and use that instead of the static variables. Signed-off-by: Gabor Juhos Patchwork: http://patchwork.linux-mips.org/patch/4912/ Signed-off-by: John Crispin --- Reading git-diff-tree failed