projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b99658
)
drm/sti: Drop of_gpio header
author
Maíra Canal
<mairacanal@riseup.net>
Fri, 12 Aug 2022 20:57:45 +0000
(17:57 -0300)
committer
Maíra Canal
<mairacanal@riseup.net>
Sat, 22 Apr 2023 21:58:42 +0000
(18:58 -0300)
This driver includes the deprecated OF GPIO header <linux/of_gpio.h>
yet fail to use symbols from it, so drop this include.
Cc: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Acked-by: Alain Volmat <avolmat@me.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220812205746.609107-5-mairacanal@riseup.net
drivers/gpu/drm/sti/sti_dvo.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sti/sti_dvo.c
b/drivers/gpu/drm/sti/sti_dvo.c
index 577c477b5f467c77e139f43c5d82e3d386a1832f..0c6679e361c82732bca7f96cbbaababd9e017143 100644
(file)
--- a/
drivers/gpu/drm/sti/sti_dvo.c
+++ b/
drivers/gpu/drm/sti/sti_dvo.c
@@
-8,7
+8,7
@@
#include <linux/component.h>
#include <linux/debugfs.h>
#include <linux/module.h>
-#include <linux/of
_gpio
.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <drm/drm_atomic_helper.h>