summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorChristoph Hellwig2019-06-13 09:09:00 +0200
committerGreg Ungerer2019-06-24 01:16:47 +0200
commit6843d8aa5b9bc61df8787801f19f538123724bfa (patch)
tree1a6635d02e73a610853fd7004ce4ea01de22c12b /arch/microblaze
parentbinfmt_flat: provide an asm-generic/flat.h (diff)
downloadkernel-qcow2-linux-6843d8aa5b9bc61df8787801f19f538123724bfa.tar.gz
kernel-qcow2-linux-6843d8aa5b9bc61df8787801f19f538123724bfa.tar.xz
kernel-qcow2-linux-6843d8aa5b9bc61df8787801f19f538123724bfa.zip
binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
The argument is never used. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/include/asm/flat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/flat.h b/arch/microblaze/include/asm/flat.h
index 9e3d8e01d294..1ab86770eaee 100644
--- a/arch/microblaze/include/asm/flat.h
+++ b/arch/microblaze/include/asm/flat.h
@@ -28,7 +28,7 @@
*/
static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags,
- u32 *addr, u32 *persistent)
+ u32 *addr)
{
u32 *p = (__force u32 *)rp;