[PATCH 07/26] Staging: fbtft: fb_sh1106: Switch to the gpio descriptor interface
Nishad Kamdar
nishadkamdar at gmail.com
Sun Nov 25 11:29:01 UTC 2018
This switches the fb_sh1106.c to use GPIO descriptors
rather than numerical gpios.
Signed-off-by: Nishad Kamdar <nishadkamdar at gmail.com>
---
drivers/staging/fbtft/fb_sh1106.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fb_sh1106.c b/drivers/staging/fbtft/fb_sh1106.c
index 00096f8d249a..6f7249493ea3 100644
--- a/drivers/staging/fbtft/fb_sh1106.c
+++ b/drivers/staging/fbtft/fb_sh1106.c
@@ -9,7 +9,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
-#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/delay.h>
#include "fbtft.h"
--
2.17.1
More information about the dri-devel
mailing list