diff options
author | Wei Yongjun <[email protected]> | 2016-10-18 15:33:12 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-10-18 17:11:16 +0200 |
commit | 10714dd37aa7ebb165677b9a793448950ff366ad (patch) | |
tree | 83a13460a777a498e321b7a52b37860e249208d9 | |
parent | 6026ed2fe258b61ea5aadd91a95c4f36a6dbe167 (diff) |
efi: Remove unused include of <linux/version.h>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Ivan Khoronzhuk <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-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> |