From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- 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