• Russell King's avatar
    ARM: PCI: remove unused sys->hw · 8084de8a
    Russell King authored
    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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    8084de8a
pci.h 2.36 KB