aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-10-18 15:33:12 +0100
committerIngo Molnar <mingo@kernel.org>2016-10-18 17:11:16 +0200
commit10714dd37aa7ebb165677b9a793448950ff366ad (patch)
tree83a13460a777a498e321b7a52b37860e249208d9 /drivers/firmware/efi
parentMAINTAINERS: Add myself as EFI maintainer (diff)
downloadlinux-dev-10714dd37aa7ebb165677b9a793448950ff366ad.tar.xz
linux-dev-10714dd37aa7ebb165677b9a793448950ff366ad.zip
efi: Remove unused include of <linux/version.h>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Ivan Khoronzhuk <ivan.khoronzhuk@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/20161018143318.15673-3-matt@codeblueprint.co.uk Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/firmware/efi')
-rw-r--r--drivers/firmware/efi/test/efi_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/efi/test/efi_test.c b/drivers/firmware/efi/test/efi_test.c
index f61bb52be318..ae51268737cc 100644
--- a/drivers/firmware/efi/test/efi_test.c
+++ b/drivers/firmware/efi/test/efi_test.c
@@ -8,7 +8,6 @@
*
*/
-#include <linux/version.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/init.h>