VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Christoph Hellwig <hch@lst.de> 2019-06-13 09:09:00 +0200 committer: Greg Ungerer <gerg@kernel.org> 2019-06-24 09:16:47 +1000 commit: 6843d8aa5b9bc61df8787801f19f538123724bfa parent: 7a8998c9d830b59626e049a827678ba444fcf8e2
Commit Summary:
binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/h8300/include/asm/flat.h b/arch/h8300/include/asm/flat.h
index 4683146f0e9e..78070f924177 100644
--- a/arch/h8300/include/asm/flat.h
+++ b/arch/h8300/include/asm/flat.h
@@ -17,7 +17,7 @@
 
 #define	flat_get_relocate_addr(rel)		(rel & ~0x00000001)
 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags,
-					u32 *addr, u32 *persistent)
+					u32 *addr)
 {
 	u32 val = get_unaligned((__force u32 *)rp);
 	if (!(flags & FLAT_FLAG_GOTPIC))