diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-13 09:08:48 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2019-06-24 09:16:46 +1000 |
commit | 2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1 (patch) | |
tree | f802c4ac374faf1154f1b672df23095d36000bbc /arch/m68k/include/asm/flat.h | |
parent | 9ee24b2a38358acbe004640776520a093ac34642 (diff) | |
download | linux-2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1.tar.gz linux-2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1.tar.bz2 linux-2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1.zip |
binfmt_flat: remove flat_set_persistent
This helper is a no-op on all architectures, remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Vladimir Murzin <vladimir.murzin@arm.com>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/flat.h')
-rw-r--r-- | arch/m68k/include/asm/flat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/flat.h b/arch/m68k/include/asm/flat.h index a631caf5e18f..955617bb937b 100644 --- a/arch/m68k/include/asm/flat.h +++ b/arch/m68k/include/asm/flat.h @@ -30,11 +30,6 @@ static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) } #define flat_get_relocate_addr(rel) (rel) -static inline int flat_set_persistent(u32 relval, u32 *persistent) -{ - return 0; -} - #define FLAT_PLAT_INIT(regs) \ do { \ if (current->mm) \ |