From 5ff4212f194f97b3a0f41745f231525c5c50dcbb Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Thu, 10 Oct 2013 16:50:55 +0200 Subject: [PATCH] s390/crashdump: remove unused variable Get rid of this compile warning: arch/s390/kernel/crash_dump.c: In function 'copy_from_realmem': arch/s390/kernel/crash_dump.c:48:6: warning: unused variable 'rc' [-Wunused-variable] int rc; ^ Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-format-patch failed