Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936337AbcJRPbP (ORCPT ); Tue, 18 Oct 2016 11:31:15 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49756 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936254AbcJRPbF (ORCPT ); Tue, 18 Oct 2016 11:31:05 -0400 Date: Tue, 18 Oct 2016 08:28:42 -0700 From: tip-bot for Wei Yongjun Message-ID: Cc: torvalds@linux-foundation.org, ivan.khoronzhuk@linaro.org, hpa@zytor.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, weiyongjun1@huawei.com, matt@codeblueprint.co.uk, ard.biesheuvel@linaro.org, peterz@infradead.org, mingo@kernel.org Reply-To: linux-kernel@vger.kernel.org, weiyongjun1@huawei.com, matt@codeblueprint.co.uk, torvalds@linux-foundation.org, ivan.khoronzhuk@linaro.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, ard.biesheuvel@linaro.org, peterz@infradead.org In-Reply-To: <20161018143318.15673-3-matt@codeblueprint.co.uk> References: <20161018143318.15673-3-matt@codeblueprint.co.uk> To: linux-tip-commits@vger.kernel.org Subject: [tip:efi/core] efi: Remove unused include of Git-Commit-ID: 10714dd37aa7ebb165677b9a793448950ff366ad X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 35 Commit-ID: 10714dd37aa7ebb165677b9a793448950ff366ad Gitweb: http://git.kernel.org/tip/10714dd37aa7ebb165677b9a793448950ff366ad Author: Wei Yongjun AuthorDate: Tue, 18 Oct 2016 15:33:12 +0100 Committer: Ingo Molnar CommitDate: Tue, 18 Oct 2016 17:11:16 +0200 efi: Remove unused include of Signed-off-by: Wei Yongjun Signed-off-by: Matt Fleming Cc: Ard Biesheuvel Cc: Ivan Khoronzhuk Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/20161018143318.15673-3-matt@codeblueprint.co.uk Signed-off-by: Ingo Molnar --- drivers/firmware/efi/test/efi_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/firmware/efi/test/efi_test.c b/drivers/firmware/efi/test/efi_test.c index f61bb52..ae51268 100644 --- a/drivers/firmware/efi/test/efi_test.c +++ b/drivers/firmware/efi/test/efi_test.c @@ -8,7 +8,6 @@ * */ -#include #include #include #include