From: Russell King Date: Sat, 10 Mar 2012 11:27:28 +0000 (+0000) Subject: ARM: PCI: remove unused sys->hw X-Git-Tag: v3.5-rc1~182^2~2^6~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8084de8ad53332ed6e0ffe5db85533b8150d7d6b;p=pandora-kernel.git ARM: PCI: remove unused sys->hw Some platforms mark their hw_pci structure as __initdata, which means it will be discarded after init time. Storing pointers to __initdata in long lived data structures is a potential source of problems, and in this case, sys->hw is unused apart from its initialization. So, lets remove this member and its initializer. Signed-off-by: Russell King --- Reading git-diff-tree failed