]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: drivers.c: Fix section mismatches
authorHelge Deller <deller@gmx.de>
Fri, 20 Apr 2018 21:19:17 +0000 (23:19 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 2 May 2018 19:47:27 +0000 (21:47 +0200)
commit7d323108165619d89963afeb1a9c4b4eba3fc17f
tree2c48e9d7ce1f500ea6938dba419f8066c2836d31
parente0ec020c9af8d0af5f026a0521368b6eede409bb
parisc: drivers.c: Fix section mismatches

Fix two section mismatches in drivers.c:
1) Section mismatch in reference from the function alloc_tree_node() to
   the function .init.text:create_tree_node().
2) Section mismatch in reference from the function walk_native_bus() to
   the function .init.text:alloc_pa_dev().

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/drivers.c