From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值

---
 kernel/drivers/extcon/extcon.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/drivers/extcon/extcon.h b/kernel/drivers/extcon/extcon.h
index 5b200dd..93b5e03 100644
--- a/kernel/drivers/extcon/extcon.h
+++ b/kernel/drivers/extcon/extcon.h
@@ -48,7 +48,6 @@
 	struct device dev;
 	struct raw_notifier_head nh_all;
 	struct raw_notifier_head *nh;
-	struct blocking_notifier_head *bnh;
 	struct list_head entry;
 	int max_supported;
 	spinlock_t lock;	/* could be called by irq handler */

--
Gitblit v1.6.2