]> asedeno.scripts.mit.edu Git - linux.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)
commitb819439fea305a0bfd6ca23a7994fd1a8847c0d8
tree2c48e9d7ce1f500ea6938dba419f8066c2836d31
parentf76cdd00ef0e39d880139b074e3b247594dff95a
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