]> asedeno.scripts.mit.edu Git - linux.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)
commit8d73b18079613baf75019a920ce6a1ac0dac8b5b
treefbfab6facd9145ce885cd432b427154cf4cdb51f
parentb819439fea305a0bfd6ca23a7994fd1a8847c0d8
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