All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: cec: seco: Drop pointless include
@ 2022-02-22 16:01 Linus Walleij
  2022-02-22 19:56 ` kernel test robot
  2022-02-22 21:38 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2022-02-22 16:01 UTC (permalink / raw)
  To: Hans Verkuil, linux-media; +Cc: Linus Walleij, Ettore Chimenti

This driver uses GPIO descriptors not the old legacy GPIO
API so stop including <linux/gpio.h>.

Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Ettore Chimenti <ek5.chimenti@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/media/cec/platform/seco/seco-cec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/cec/platform/seco/seco-cec.c b/drivers/media/cec/platform/seco/seco-cec.c
index ae138cc253fd..e6541c195499 100644
--- a/drivers/media/cec/platform/seco/seco-cec.c
+++ b/drivers/media/cec/platform/seco/seco-cec.c
@@ -12,7 +12,6 @@
 #include <linux/delay.h>
 #include <linux/dmi.h>
 #include <linux/gpio/consumer.h>
-#include <linux/gpio.h>
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <linux/platform_device.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-22 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 16:01 [PATCH] media: cec: seco: Drop pointless include Linus Walleij
2022-02-22 19:56 ` kernel test robot
2022-02-22 21:38 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.