]> Git Repo - J-linux.git/commitdiff
fbdev/sh_mobile: Drop unused include
authorLinus Walleij <[email protected]>
Fri, 30 Oct 2020 00:28:50 +0000 (01:28 +0100)
committerSam Ravnborg <[email protected]>
Sun, 1 Nov 2020 09:29:04 +0000 (10:29 +0100)
The driver includes <linux/gpio.h> but doesn't use any symbols
from this file.

Cc: Magnus Damm <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Tested-by: Geert Uytterhoeven <[email protected]> # on r8a77440/armadillo, where this is the last piece of non-DT support.
Signed-off-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/video/fbdev/sh_mobile_lcdcfb.c

index c0952cc96bdb8a7927838f318f1697ee6eb76670..aa4ebe3192ec973512279389911c550d4a648296 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/fbcon.h>
-#include <linux/gpio.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/ioctl.h>
This page took 0.055911 seconds and 4 git commands to generate.