commit | 8d73b18079613baf75019a920ce6a1ac0dac8b5b | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri Apr 20 23:23:37 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Wed May 02 21:47:35 2018 +0200 |
tree | fbfab6facd9145ce885cd432b427154cf4cdb51f | |
parent | b819439fea305a0bfd6ca23a7994fd1a8847c0d8 [diff] |
parisc: Fix section mismatches Fix three section mismatches: 1) Section mismatch in reference from the function ioread8() to the function .init.text:pcibios_init_bridge() 2) Section mismatch in reference from the function free_initmem() to the function .init.text:map_pages() 3) Section mismatch in reference from the function ccio_ioc_init() to the function .init.text:count_parisc_driver() Signed-off-by: Helge Deller <deller@gmx.de>