commit | b819439fea305a0bfd6ca23a7994fd1a8847c0d8 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri Apr 20 23:19:17 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Wed May 02 21:47:27 2018 +0200 |
tree | 2c48e9d7ce1f500ea6938dba419f8066c2836d31 | |
parent | f76cdd00ef0e39d880139b074e3b247594dff95a [diff] |
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>