diff options
author | 2024-12-11 12:33:45 +0100 | |
---|---|---|
committer | 2025-01-26 17:24:04 +0100 | |
commit | f684b7954ea6b29662caa25e0a4941231c05e413 (patch) | |
tree | 1fddcb030b239cd25f0f0699c491e7a4bb1c12dc | |
parent | s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is off (diff) | |
download | wireguard-linux-f684b7954ea6b29662caa25e0a4941231c05e413.tar.xz wireguard-linux-f684b7954ea6b29662caa25e0a4941231c05e413.zip |
s390/ipl_report: Remove unused 'size' variable
Remove unused since commit f913a6600491 ("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>
-rw-r--r-- | arch/s390/boot/ipl_report.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/boot/ipl_report.c b/arch/s390/boot/ipl_report.c index aea22e268c65..f73cd757a5f7 100644 --- a/arch/s390/boot/ipl_report.c +++ b/arch/s390/boot/ipl_report.c @@ -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 |