commit | 3faf5246f0cd2c1fe82a2c4ba5ad857fa6941909 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri May 18 16:08:10 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri May 18 16:21:48 2018 +0200 |
tree | 63c8df3b09878ecbd124d6ad46742b88cea077dd | |
parent | 3acf4e395260e3bd30a6fa29ba7eada4bf7566ca [diff] |
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: b86db40e1ecc ("parisc: Move various functions and strings to init section") Signed-off-by: Helge Deller <deller@gmx.de>