diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-10-18 15:33:12 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-10-18 17:11:16 +0200 |
commit | 10714dd37aa7ebb165677b9a793448950ff366ad (patch) | |
tree | 83a13460a777a498e321b7a52b37860e249208d9 /drivers/firmware/efi/test | |
parent | 6026ed2fe258b61ea5aadd91a95c4f36a6dbe167 (diff) | |
download | linux-10714dd37aa7ebb165677b9a793448950ff366ad.tar.bz2 |
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/test')
-rw-r--r-- | drivers/firmware/efi/test/efi_test.c | 1 |
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> |