summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-03-04 21:02:33 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-03-25 12:13:43 +0300
commit7756d3cfe192bf5dd265825fef38618e2038f9ec (patch)
treea744de331a0a023f872356ab368789f7037d55ee
parent649a53b68e776f1d4b743abd502f7102659b7b40 (diff)
downloadlinux-7756d3cfe192bf5dd265825fef38618e2038f9ec.tar.xz
media: c8sectpfe: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r--drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c
index e4cf27b5a072..0df2a1b4974b 100644
--- a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c
+++ b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c
@@ -24,7 +24,6 @@
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
-#include <linux/of_gpio.h>
#include <linux/of_platform.h>
#include <linux/pinctrl/consumer.h>
#include <linux/pinctrl/pinctrl.h>