From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- 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