mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
s390/ipl_report: Remove unused 'size' variable
Remove unused since commit f913a66004 ("s390/boot: rework decompressor
reserved tracking") 'size' variable from get_cert_comp_list_size().
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
committed by
Alexander Gordeev
parent
d7bebcb4a8
commit
f684b7954e
@@ -30,7 +30,6 @@ static unsigned long get_cert_comp_list_size(void)
|
||||
{
|
||||
struct ipl_rb_certificate_entry *cert;
|
||||
struct ipl_rb_component_entry *comp;
|
||||
size_t size;
|
||||
|
||||
/*
|
||||
* Find the length for the IPL report boot data
|
||||
|
||||
Reference in New Issue
Block a user