Commit e1964d89 authored by Maíra Canal's avatar Maíra Canal

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: default avatarMaíra Canal <mairacanal@riseup.net>
Acked-by: default avatarAlain Volmat <avolmat@me.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220812205746.609107-5-mairacanal@riseup.net
parent 6b99658c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <linux/component.h> #include <linux/component.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/of_gpio.h> #include <linux/of.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <drm/drm_atomic_helper.h> #include <drm/drm_atomic_helper.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment