From f743a7adbd6e230d66a6206fa115b59fec2d88eb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 22 Nov 2023 01:07:42 +0000 Subject: [PATCH] disable pwm7 --- kernel/include/linux/fscache.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/fscache.h b/kernel/include/linux/fscache.h index 84b90a7..87a9330 100644 --- a/kernel/include/linux/fscache.h +++ b/kernel/include/linux/fscache.h @@ -230,6 +230,7 @@ extern void __fscache_disable_cookie(struct fscache_cookie *, const void *, bool); extern void __fscache_enable_cookie(struct fscache_cookie *, const void *, loff_t, bool (*)(void *), void *); +extern void fscache_cookie_init(void); /** * fscache_register_netfs - Register a filesystem as desiring caching services -- Gitblit v1.6.2