ARM: PCI: remove unused sys->hw
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 10 Mar 2012 11:27:28 +0000 (11:27 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Apr 2012 10:05:38 +0000 (11:05 +0100)
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>

No differences found