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/h8300 | |
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/h8300')
-rw-r--r-- | arch/h8300/include/asm/flat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/flat.h b/arch/h8300/include/asm/flat.h index dcc7775115dd..7ef7eefded3d 100644 --- a/arch/h8300/include/asm/flat.h +++ b/arch/h8300/include/asm/flat.h @@ -10,7 +10,6 @@ #define flat_argvp_envp_on_stack() 1 #define flat_old_ram_flag(flags) 1 -#define flat_set_persistent(relval, p) 0 /* * on the H8 a couple of the relocations have an instruction in the |