commit | 8084de8ad53332ed6e0ffe5db85533b8150d7d6b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 10 11:27:28 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Apr 26 11:05:38 2012 +0100 |
tree | 962de4be7e4540a1e4c3f0a2673e6d29379150e3 | |
parent | e816b57a337ea3b755de72bec38c10c864f23015 [diff] |
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 <rmk+kernel@arm.linux.org.uk>