]> 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)
commitf4f87724aa4e20b429877d43f26e8d7f6498ccd1
tree63c8df3b09878ecbd124d6ad46742b88cea077dd
parente58578b0718646d5ac49959778dbd5a81a052b71
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: bc03d820ebcd ("parisc: Move various functions and strings to init section")
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/drivers.c