From: Ard Biesheuvel Date: Mon, 25 Apr 2016 20:06:51 +0000 (+0100) Subject: efifb: Use builtin_platform_driver and drop unused includes X-Git-Tag: v4.7-rc1~194^2~28 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=07ea7ec5df3ee4a9fedb3d81dc69c2f8d07d44c0;p=cascardo%2Flinux.git 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 --- diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index dd594369b8a6..f4c045c0051c 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