]> 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)
commitf98488f8ed3bf4270e4b4057ee84097fa2793b2a
tree2c48e9d7ce1f500ea6938dba419f8066c2836d31
parent25bd868e15362538786aeaf63c72e38df75bac65
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