x86/efi: Remove unused variable 'efi'
authorColin Ian King <colin.king@canonical.com>
Sat, 25 Jun 2016 07:20:26 +0000 (08:20 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 27 Jun 2016 11:06:55 +0000 (13:06 +0200)
commitf6d1747f898cfe1fe52e3d18f5c77e5bd21fed9a
tree654dd82d6cabf350aab98301cb63941a01ec0b3b
parent54fd11fee59e7d05287bc4eebccc8ec9742f2745
x86/efi: Remove unused variable 'efi'

Remove unused variable 'efi', it is never used. This fixes the following
clang build warning:

  arch/x86/boot/compressed/eboot.c:803:2: warning: Value stored to 'efi' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: http://lkml.kernel.org/r/1466839230-12781-4-git-send-email-matt@codeblueprint.co.uk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/compressed/eboot.c
This page took 0.025449 seconds and 5 git commands to generate.