From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753298AbcD1KjY (ORCPT ); Thu, 28 Apr 2016 06:39:24 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47802 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753239AbcD1Kij (ORCPT ); Thu, 28 Apr 2016 06:38:39 -0400 Date: Thu, 28 Apr 2016 03:37:36 -0700 From: tip-bot for Ard Biesheuvel Message-ID: Cc: dh.herrmann@gmail.com, will.deacon@arm.com, hpa@zytor.com, pjones@redhat.com, peterz@infradead.org, mingo@kernel.org, mark.rutland@arm.com, matt@codeblueprint.co.uk, linux-kernel@vger.kernel.org, ard.biesheuvel@linaro.org, tglx@linutronix.de, bp@alien8.de Reply-To: bp@alien8.de, tglx@linutronix.de, ard.biesheuvel@linaro.org, linux-kernel@vger.kernel.org, matt@codeblueprint.co.uk, mark.rutland@arm.com, mingo@kernel.org, peterz@infradead.org, pjones@redhat.com, hpa@zytor.com, will.deacon@arm.com, dh.herrmann@gmail.com In-Reply-To: <1461614832-17633-20-git-send-email-matt@codeblueprint.co.uk> References: <1461614832-17633-20-git-send-email-matt@codeblueprint.co.uk> To: linux-tip-commits@vger.kernel.org Subject: [tip:efi/core] efifb: Use builtin_platform_driver and drop unused includes Git-Commit-ID: 07ea7ec5df3ee4a9fedb3d81dc69c2f8d07d44c0 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 Commit-ID: 07ea7ec5df3ee4a9fedb3d81dc69c2f8d07d44c0 Gitweb: http://git.kernel.org/tip/07ea7ec5df3ee4a9fedb3d81dc69c2f8d07d44c0 Author: Ard Biesheuvel AuthorDate: Mon, 25 Apr 2016 21:06:51 +0100 Committer: Ingo Molnar CommitDate: Thu, 28 Apr 2016 11:33:58 +0200 efifb: Use builtin_platform_driver and drop unused includes Since efifb can only be built directly into the kernel, drop the module specific includes and definitions. Drop some other includes we don't need as well. Signed-off-by: Ard Biesheuvel Signed-off-by: Matt Fleming Acked-by: Peter Jones Cc: Borislav Petkov Cc: David Herrmann Cc: Mark Rutland Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Will Deacon Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/1461614832-17633-20-git-send-email-matt@codeblueprint.co.uk Signed-off-by: Ingo Molnar --- drivers/video/fbdev/efifb.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index dd59436..f4c045c 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -6,15 +6,12 @@ * */ -#include #include #include #include #include #include #include -#include -#include #include