From 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:46:07 +0000 Subject: [PATCH] add audio --- 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