summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_scratch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbi/sbi_scratch.c')
-rw-r--r--lib/sbi/sbi_scratch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi/sbi_scratch.c b/lib/sbi/sbi_scratch.c
index 96bae5b..7cf5b43 100644
--- a/lib/sbi/sbi_scratch.c
+++ b/lib/sbi/sbi_scratch.c
@@ -40,7 +40,7 @@ int sbi_scratch_init(struct sbi_scratch *scratch)
return 0;
}
-unsigned long sbi_scratch_alloc_offset(unsigned long size, const char *owner)
+unsigned long sbi_scratch_alloc_offset(unsigned long size)
{
u32 i;
void *ptr;