]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Move find_pa_parent_type() out of init section
authorHelge Deller <deller@gmx.de>
Fri, 18 May 2018 14:08:10 +0000 (16:08 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 18 May 2018 14:21:48 +0000 (16:21 +0200)
commita62d976d4405f8051fa724b3487b5e41c0176aae
tree63c8df3b09878ecbd124d6ad46742b88cea077dd
parent4b23f948d73ce06b807fbf2e4b254d65ed57ae9b
parisc: Move find_pa_parent_type() out of init section

The 0-DAY kernel test infrastructure reported that inet_put_port() may
reference the find_pa_parent_type() function, so it can't be moved into the
init section.

Fixes: f743d72aec64 ("parisc: Move various functions and strings to init section")
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/drivers.c