parisc: drivers.c: Fix section mismatches
authorHelge Deller <deller@gmx.de>
Fri, 20 Apr 2018 21:19:17 +0000 (23:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:02:52 +0000 (04:02 +0900)
commita814d1101042d117069de12ba6a0ba152ac3f79a
tree4ac5ffa50f7d9ace882008f1ee462e0045bcda94
parent609377d79e7578fc977ef02381febcc71a7a810a
parisc: drivers.c: Fix section mismatches

[ Upstream commit b819439fea305a0bfd6ca23a7994fd1a8847c0d8 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/drivers.c