projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13ff6f
)
powerpc/rtas-proc: remove unused RMO_READ_BUF_MAX
author
Nathan Lynch
<nathanl@linux.ibm.com>
Thu, 8 Apr 2021 14:06:27 +0000
(09:06 -0500)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:16 +0000
(23:04 +1000)
This constant is unused.
Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20210408140630.205502-3-nathanl@linux.ibm.com
arch/powerpc/kernel/rtas-proc.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/rtas-proc.c
b/arch/powerpc/kernel/rtas-proc.c
index e0f8329966d6534711fae06d4eb276086067d0b9..d2b0d99824a4256d055611a6a8de72daa51ad8c9 100644
(file)
--- a/
arch/powerpc/kernel/rtas-proc.c
+++ b/
arch/powerpc/kernel/rtas-proc.c
@@
-755,8
+755,6
@@
static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v)
return 0;
}
-#define RMO_READ_BUF_MAX 30
-
/**
* ppc_rtas_rmo_buf_show() - Describe RTAS-addressable region for user space.
*