From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 02:23:07 +0000
Subject: [PATCH] add led

---
 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