]> 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)
commita518b4c2c966c314dfaef244e0b541d1d9c7f6f3
treefbfab6facd9145ce885cd432b427154cf4cdb51f
parent7d323108165619d89963afeb1a9c4b4eba3fc17f
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