public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
@ 2025-11-22 13:47 刘桂秋
  2025-11-23 11:43 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: 刘桂秋 @ 2025-11-22 13:47 UTC (permalink / raw)
  To: arnd, gregkh; +Cc: linux-kernel, 刘桂秋

Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
---
 drivers/misc/hi6421v600-irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
index b075d803a2c2..30ae9cd6a5ce 100644
--- a/drivers/misc/hi6421v600-irq.c
+++ b/drivers/misc/hi6421v600-irq.c
@@ -11,7 +11,7 @@
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
+#include <linux/gpio/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/irqdomain.h>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h
@ 2025-11-22 15:29 刘桂秋
  2025-11-23  6:25 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: 刘桂秋 @ 2025-11-22 15:29 UTC (permalink / raw)
  To: arnd, gregkh
  Cc: linux-kernel, 刘桂秋, 刘桂秋

Signed-off-by: 刘桂秋 <xxg-qiu@outlook.com>
---
 drivers/misc/hi6421v600-irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c
index b075d803a2c2..30ae9cd6a5ce 100644
--- a/drivers/misc/hi6421v600-irq.c
+++ b/drivers/misc/hi6421v600-irq.c
@@ -11,7 +11,7 @@
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
+#include <linux/gpio/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/irqdomain.h>
-- 
2.17.1


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

end of thread, other threads:[~2025-11-23 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22 13:47 [PATCH] [misc] hi6421v600-irq: 替换of_gpio.h为gpio/consumer.h 刘桂秋
2025-11-23 11:43 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2025-11-22 15:29 刘桂秋
2025-11-23  6:25 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox