From mboxrd@z Thu Jan 1 00:00:00 1970 From: matt@codeblueprint.co.uk (Matt Fleming) Date: Fri, 18 Mar 2016 10:52:20 +0000 Subject: [PATCH 5/8] efi: efifb: use builtin_platform_driver and drop unused includes In-Reply-To: <1457588408-19309-6-git-send-email-ard.biesheuvel@linaro.org> References: <1457588408-19309-1-git-send-email-ard.biesheuvel@linaro.org> <1457588408-19309-6-git-send-email-ard.biesheuvel@linaro.org> Message-ID: <20160318105220.GN2619@codeblueprint.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Cc'ing Peter. On Thu, 10 Mar, at 12:40:05PM, Ard Biesheuvel wrote: > 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 > --- > 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 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