diff options
author | Maíra Canal <mairacanal@riseup.net> | 2022-08-12 23:57:45 +0300 |
---|---|---|
committer | Maíra Canal <mairacanal@riseup.net> | 2023-04-23 00:58:42 +0300 |
commit | e1964d892fe5710c16e55d2eb153954f8407fb9a (patch) | |
tree | 121a9ff6ba3fade6825ed0e979dd150c45057737 /drivers | |
parent | 6b99658c93ce0ab84c4682a22df245ddefb0ebc5 (diff) | |
download | linux-e1964d892fe5710c16e55d2eb153954f8407fb9a.tar.xz |
drm/sti: Drop of_gpio header
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
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/sti/sti_dvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c index 577c477b5f46..0c6679e361c8 100644 --- 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> |