]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Fix section mismatches
authorHelge Deller <deller@gmx.de>
Fri, 20 Apr 2018 21:23:37 +0000 (23:23 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 2 May 2018 19:47:35 +0000 (21:47 +0200)
commit00445e048c9578d2b565b9802afc8a56e72d0b09
treefbfab6facd9145ce885cd432b427154cf4cdb51f
parentf98488f8ed3bf4270e4b4057ee84097fa2793b2a
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>
arch/parisc/kernel/pci.c
arch/parisc/mm/init.c
drivers/parisc/ccio-dma.c